aboutsummaryrefslogtreecommitdiff
path: root/xmonad
diff options
context:
space:
mode:
Diffstat (limited to 'xmonad')
-rw-r--r--xmonad/.config/xmobar/xmobarrc10
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