diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/TopC.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/TopC.hs b/src/TopC.hs index a85bb8c..c447270 100644 --- a/src/TopC.hs +++ b/src/TopC.hs @@ -35,6 +35,7 @@ config p = (baseConfig p) {                 , Run (iconBatt p)                 , Run mpdMon                 , Run (NamedXPropertyLog "_EMACS_LOG" "elog") +               , Run (NamedXPropertyLog "_XMONAD_TRAYPAD" "tray")                 , if pIsLight p then Run (cpu p) else  Run (cpuBars p)                 , Run memoratio                 , Run (diskU p) @@ -51,7 +52,6 @@ config p = (baseConfig p) {                 , Run laTime                 , Run localTime                 , Run w -- LEGE, LEBL, KCV0 -               , Run trayPadding                 ]    , template = "|tray| "               ++ "|batt0| " | 
