diff options
| author | BardofSprites <[email protected]> | 2025-07-29 16:07:34 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-07-29 16:07:34 -0400 |
| commit | 151e96f8be8982a594a7043ad1e7e94a5b07a2bf (patch) | |
| tree | 17a379a0290f261680dc6e5a8636d4c02d721341 /xmonad/.config/xmobar | |
| parent | 284ea2c1115f3546568a9eb1856280fe64801110 (diff) | |
huge XMonad update
Diffstat (limited to 'xmonad/.config/xmobar')
| -rw-r--r-- | xmonad/.config/xmobar/xmobarrc | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/xmonad/.config/xmobar/xmobarrc b/xmonad/.config/xmobar/xmobarrc index 8d9ca95..b33f9d6 100644 --- a/xmonad/.config/xmobar/xmobarrc +++ b/xmonad/.config/xmobar/xmobarrc @@ -1,27 +1,20 @@ Config { - bgColor = "#0f0e06" - , fgColor = "#cfbcba" - , border = BottomB + bgColor = "#222524" + , fgColor = "#eaf2ef" , font = "xft:Iosevka Comfy-12" - , additionalFonts = ["Noto Color Emoji-10", "Iosevka Nerd Font"] + , additionalFonts = ["Noto Color Emoji-12"] , position = TopH 22 , commands = [ -- Network activity monitor (dynamic interface resolution) - Run Date "%Y-%m-%d (%a) %H:%M" "mydate" 10 + Run Date "📅 %Y-%m-%d (%a) | 🕘 %H:%M:%S" "mydate" 10 -- Run Com "<terminal app/script>" [<app arguments>] <template identifier> <refreshrate> , Run Com "notmuch" ["count", "tag:unread"] "unread-mail" 100 , Run Com "notmuch" ["count", "tag:inbox"] "inbox-mail" 100 - , Run Com "music-plain" [] "music" 50 - , Run Com "weather-plain" [] "weather" 100 + , Run Com "music" [] "music" 50 + , Run Com "weather" [] "weather" 100 , Run StdinReader -- text coming from xmonad - , Run DynNetwork [ "--template" , " : <tx>kB/s <rx>kB/s" - , "--Low" , "1000" -- units: B/s - , "--High" , "5000" -- units: B/s - , "--low" , "#64aa0f" - , "--normal" , "#d0730f" - , "--high" , "#ff4f58" - ] 10 - , Run ThermalZone 0 ["-t"," : <temp>C"] 30 + , Run Com "memory" [] "memory" 100 + , Run Com "internet" [] "internet" 100 , Run MultiCpu [ "--template" , " : <total0>%|<total1>%" , "--Low" , "50" -- units: % , "--High" , "85" -- units: % @@ -30,5 +23,5 @@ Config { , "--high" , "#ff4f58" ] 10 ] - , template = " %StdinReader% }{ <fc=#d0730f>%weather%</fc> | <fc=#64aa0f> : </fc><fc=#6a84af>[U]</fc> %unread-mail% <fc=#82a0af>[I]</fc> %inbox-mail% | <fc=#6a84af>%music%</fc> | %multicpu% | %thermal0% | %dynnetwork% | : %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/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% " } |
