aboutsummaryrefslogtreecommitdiff
path: root/xmonad/.config/xmobar/xmobarrc
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2026-04-07 17:48:12 -0400
committerBardofSprites <[email protected]>2026-04-07 17:48:12 -0400
commit3475c907f892dd4f5e6c219b55f551c1aa5be39d (patch)
treea84bc77bc689ad089dc3a21cd9346a547ad4208a /xmonad/.config/xmobar/xmobarrc
parent44b2e4444eada91bb4fae6afd03d61d2dc261469 (diff)
update to be like dwm bar
Diffstat (limited to 'xmonad/.config/xmobar/xmobarrc')
-rw-r--r--xmonad/.config/xmobar/xmobarrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad/.config/xmobar/xmobarrc b/xmonad/.config/xmobar/xmobarrc
index b33f9d6..a9a9df4 100644
--- a/xmonad/.config/xmobar/xmobarrc
+++ b/xmonad/.config/xmobar/xmobarrc
@@ -23,5 +23,5 @@ Config {
, "--high" , "#ff4f58"
] 10
]
- , template = " %StdinReader% }{ <action=`st -c 'floatterm' -e btop` button=2>%memory%</action> | <action=`st -c 'floatterm' -e nmtui` button=2>%internet%</action> | <action=`st -c 'floatterm' -e less -Sfr ~/.cache/weather` button=2>%weather%</action> | <action=`emacs-launcher mail` button=2>📬: %unread-mail%/%inbox-mail%</action> | <action=`st -c 'floatterm' -e alsamixer` button=2>%volume-pulseaudio% </action>| <action=`emacs-launcher music` button=1>%music%</action> | %mydate% "
+ , template = " %StdinReader% }{ <action=`st -c 'floatterm' -e btop` button=2>%memory%</action> | <action=`st -c 'floatterm' -e nmtui` button=2>%internet%</action> | <action=`st -c 'floatterm' -e less -Sfr ~/.cache/weatherreport` button=2>%weather%</action> | <action=`st -c 'floatterm' -e alsamixer` button=2>%volume-pw% </action>| <action=`emacs-launcher music` button=1>%music%</action> | %mydate% "
}