This commit is contained in:
Sakooooo 2023-07-26 11:09:56 +03:00
parent 373bc9a03c
commit d539ead6ea
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ Config {
font = "JetBrainsMono NF 10"
, bgColor = "black"
, fgColor = "#646464"
, position = BottomH 30
, position = TopH 30
, border = NoBorder
, borderColor = "#646464"
, borderWidth = 0

View file

@ -302,7 +302,7 @@ myStartupHook = do
spawnOnce "nm-applet"
spawnOnce "blueman-applet"
spawnOnce "flameshot"
spawn "trayer --edge bottom --align right --padding 2 --iconspacing 1 --heighttype request --widthtype request --alpha 0 --transparent true --tint '#000000'"
spawn "trayer --edge top --align right --padding 2 --iconspacing 1 --heighttype request --widthtype request --alpha 0 --transparent true --tint '#000000'"
------------------------------------------------------------------------
-- Now run xmonad with all the defaults we set up.