xmonad: add dock flag to xmobar

This commit is contained in:
Serĉanto de Scio 2022-02-09 07:35:05 +10:00
parent 68d9936b67
commit e7f13355b7
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -41,7 +41,7 @@ highlightForeground = "#1c1c1c"
-- Set xmobar as my task bar. -- Set xmobar as my task bar.
myWsBar :: String myWsBar :: String
myWsBar = "xmobar -v $HOME/.xmobarrc" myWsBar = "xmobar -v -d $HOME/.xmobarrc"
myXPConfig = def -- Configure the prompt's appearance myXPConfig = def -- Configure the prompt's appearance
{ alwaysHighlight = True { alwaysHighlight = True