diff --git a/config/xmobar/xmobarrc b/config/xmobar/xmobarrc index bf91cdc0..21e2ffe5 100644 --- a/config/xmobar/xmobarrc +++ b/config/xmobar/xmobarrc @@ -12,7 +12,7 @@ Config { -- layout , sepChar = "%" -- delineator between plugin names and straight text , alignSep = "}{" -- separator between left-right alignment - , template = "%StdinReader% | %battery% | %multicpu% | %memory% | %dynnetwork% }{ %date% | %kbd% %_XMONAD_TRAYPAD%" + , template = "%StdinReader% | %battery% | %multicpu% | %memory% | %dynnetwork% }{ %date% | %kbd% %_XMONAD_TRAYPAD% %tray%" -- general behavior , lowerOnStart = True -- send to bottom of window stack on start @@ -79,7 +79,7 @@ Config { , "--normal" , "darkorange" , "--high" , "darkred" ] 10 - , Run Com "trayer -l" 20 + , Run Com "trayer" ["-l"] "tray" 20 , Run XPropertyLog "_XMONAD_TRAYPAD" -- battery monitor