xmonad.hs changes

This commit is contained in:
Sakooooo 2023-08-02 15:11:02 +03:00
parent 974e24e552
commit af27d55f86
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 3 additions and 3 deletions

View file

@ -2,9 +2,9 @@ Config {
-- appearance -- appearance
font = "JetBrainsMono NF 9" font = "JetBrainsMono NF 9"
, bgColor = "#661919" , bgColor = black
, fgColor = "#646464" , fgColor = "#646464"
, position = TopH 40 , position = BottomH 40
, border = NoBorder , border = NoBorder
, borderColor = "#646464" , borderColor = "#646464"
, borderWidth = 0 , borderWidth = 0

View file

@ -299,7 +299,7 @@ myStartupHook = do
spawnOnce "nm-applet" spawnOnce "nm-applet"
spawnOnce "blueman-applet" spawnOnce "blueman-applet"
spawnOnce "flameshot" spawnOnce "flameshot"
spawn "trayer --edge top --align right --iconspacing 5 --height 40 --widthtype request --alpha 0 --transparent true --tint '#661919'" spawn "trayer --edge bottom --align right --iconspacing 5 --height 40 --widthtype request --alpha 0 --transparent true --tint 'black'"
------------------------------------------------------------------------ ------------------------------------------------------------------------
-- Now run xmonad with all the defaults we set up. -- Now run xmonad with all the defaults we set up.