bottom
This commit is contained in:
parent
deeefe8d87
commit
373bc9a03c
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ Config {
|
||||||
font = "JetBrainsMono NF 10"
|
font = "JetBrainsMono NF 10"
|
||||||
, bgColor = "black"
|
, bgColor = "black"
|
||||||
, fgColor = "#646464"
|
, fgColor = "#646464"
|
||||||
, position = TopH 30
|
, position = BottomH 30
|
||||||
, border = NoBorder
|
, border = NoBorder
|
||||||
, borderColor = "#646464"
|
, borderColor = "#646464"
|
||||||
, borderWidth = 0
|
, borderWidth = 0
|
||||||
|
|
|
@ -302,7 +302,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 --padding 2 --iconspacing 1 --heighttype request --widthtype request --alpha 0 --transparent true --tint '#000000'"
|
spawn "trayer --edge bottom --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.
|
-- Now run xmonad with all the defaults we set up.
|
||||||
|
|
Loading…
Reference in a new issue