summaryrefslogtreecommitdiffhomepage
path: root/src/TopC.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/TopC.hs')
-rw-r--r--src/TopC.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/TopC.hs b/src/TopC.hs
index f2fa458..a7ecf9d 100644
--- a/src/TopC.hs
+++ b/src/TopC.hs
@@ -56,14 +56,14 @@ config p = (baseConfig p) {
++ "<action=`toggle-app.sh pasystray`>|default:Master| \
\|default:Capture|</action> "
++ "<action=`toggle-pipe.sh /tmp/mpris.st`>|" ++ ma ++ "|</action>"
- ++ " <fn=1>|kbd|</fn>"
+ ++ fn 1 " |kbd|"
++ " {} "
++ " |multicpu| "
++ " |top| "
++ "|memory| "
- ++ "<fc=grey60>|diskio|</fc> |disku| "
+ ++ fc "grey60" "|diskio|" ++ " |disku| "
++ " |EGPH| "
- ++ "<fn=2>🕓 </fn>|datetime| |laTime| "
+ ++ fn 2 "🕓 " ++ "|datetime| |laTime| "
} where m = music (pIsLight p)
ma = alias m
w = (weather' "<skyConditionS> <tempC>° <weather>" "EGPH" p)