Initial bottom_dock commit

This commit is contained in:
Trey Blancher 2020-05-31 17:11:35 -04:00
parent 14b8971b39
commit e9eabe81c8
1 changed files with 3 additions and 0 deletions

View File

@ -234,6 +234,7 @@ flags = "-e onstart lower -w 800 -h 24 -ta l -fg #aaaaaa -bg #000000 -fn 'xos4 T
main = do
dzenCenterBar <- spawnPipe centerBar
dzenBottomBar <- spawnPipe bottomBar
-- dzenLeftBar <- spawnPipe leftBar
-- dzenRightBar <- spawnPipe rightBar
xmonad $ docks $ ewmh $ desktopConfig {
@ -265,6 +266,8 @@ myStartup = do
myBitmapsDir = "/home/trey/.xmonad/dzen2"
--leftBar = "dzen2 -w 0 -h 24 -ta l -fg #555753 -bg #000000 -fn Terminus-10 -xs 1"
centerBar = "dzen2 -dock -p -x 2060 -ta l -w 1024 -e 'onstart:lower;button2=togglehide'"
bottomBar = "conky | dzen2 -dock -p -y 1056 -ta l -w 1920"
-- rightBar = "dzen2 -w 3840 -h 24 -ta r -fg #555753 -bg #000000 -fn Terminus-10 -xs 2"
myLogHook :: Handle -> X ()