we
This commit is contained in:
parent
294f8c64ee
commit
89901c994d
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ Config {
|
|||
font = "JetBrainsMono NF 9"
|
||||
, bgColor = "black"
|
||||
, fgColor = "#646464"
|
||||
, position = TopH 18
|
||||
, position = TopH 30
|
||||
, 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 18 --widthtype request --alpha 0 --transparent true --tint 'black'"
|
||||
spawn "trayer --edge top --align right --iconspacing 5 --height 30 --widthtype request --alpha 0 --transparent true --tint 'black'"
|
||||
|
||||
------------------------------------------------------------------------
|
||||
-- Now run xmonad with all the defaults we set up.
|
||||
|
|
Loading…
Reference in a new issue