From caaf339199c9907bb7da9a0a615f76dce437d72e Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Mon, 10 Mar 2025 17:41:26 -0400 Subject: fix bar --- xmonad/.config/xmobar/xmobarrc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'xmonad') 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 -- cgit v1.2.3