xmonad.hs changes
This commit is contained in:
parent
974e24e552
commit
af27d55f86
2 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ Config {
|
|||
|
||||
-- appearance
|
||||
font = "JetBrainsMono NF 9"
|
||||
, bgColor = "#661919"
|
||||
, bgColor = black
|
||||
, fgColor = "#646464"
|
||||
, position = TopH 40
|
||||
, position = BottomH 40
|
||||
, border = NoBorder
|
||||
, borderColor = "#646464"
|
||||
, borderWidth = 0
|
||||
|
|
|
@ -299,7 +299,7 @@ myStartupHook = do
|
|||
spawnOnce "nm-applet"
|
||||
spawnOnce "blueman-applet"
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue