diff --git a/config/xmobar/xmobarrc b/config/xmobar/xmobarrc index 44a15e5e..b32eac4f 100644 --- a/config/xmobar/xmobarrc +++ b/config/xmobar/xmobarrc @@ -4,7 +4,7 @@ Config { font = "JetBrainsMono NF 9" , bgColor = "black" , fgColor = "#646464" - , position = BottomH 40 + , position = TopH 40 , border = NoBorder , borderColor = "#646464" , borderWidth = 0 diff --git a/config/xmonad/xmonad.hs b/config/xmonad/xmonad.hs index 137f336c..c8d2cab8 100644 --- a/config/xmonad/xmonad.hs +++ b/config/xmonad/xmonad.hs @@ -299,7 +299,7 @@ myStartupHook = do spawnOnce "nm-applet" spawnOnce "blueman-applet" spawnOnce "flameshot" - spawn "trayer --edge bottom --align right --iconspacing 5 --height 30 --widthtype request --alpha 0 --transparent true --tint 'black' --distancefrom top --distance 4" + spawn "trayer --edge top --align right --iconspacing 5 --height 30 --widthtype request --alpha 0 --transparent true --tint 'black' --distancefrom top --distance 4" ------------------------------------------------------------------------ -- Now run xmonad with all the defaults we set up.