diff options
| author | BardofSprites <[email protected]> | 2025-03-10 17:41:26 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-03-10 17:41:26 -0400 |
| commit | caaf339199c9907bb7da9a0a615f76dce437d72e (patch) | |
| tree | cb3dd3700b8dea57b25a512c6f549df7bb1aca34 /xmonad/.config/xmobar | |
| parent | fc8d93e2bf8f481ba316ab4e4c1ec36b1c15f559 (diff) | |
fix bar
Diffstat (limited to 'xmonad/.config/xmobar')
| -rw-r--r-- | xmonad/.config/xmobar/xmobarrc | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/xmonad/.config/xmobar/xmobarrc b/xmonad/.config/xmobar/xmobarrc index a23e651..517956d 100644 --- a/xmonad/.config/xmobar/xmobarrc +++ b/xmonad/.config/xmobar/xmobarrc @@ -2,15 +2,13 @@ Config { bgColor = "#181818" , fgColor = "#e4e4e4" , border = BottomB - , borderColor = "#181818" + , borderColor = "#95a99f" , font = "xft:Iosevka Comfy-13" , position = TopH 22 , commands = [ -- Network activity monitor (dynamic interface resolution) - Run DynNetwork [] 10 -- network traffic - , Run Volume "default" "Master" [] 10 - , Run Date "%Y-%m-%d (%a) %H:%M" "mydate" 10 + Run Date "%Y-%m-%d (%a) %H:%M" "mydate" 10 , Run StdinReader -- text coming from xmonad ] - , template = "%StdinReader% }{ %dynnetwork% | %default:Master% | %mydate% " -} + , template = "%StdinReader% }{ %mydate% " +}
\ No newline at end of file |
