From de8c9b0ef58b635d45593d85be5f59034dbed9ef Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sat, 4 Apr 2026 14:59:35 -0500 Subject: [PATCH] waybar css --- roy-config/waybar/config | 1 - roy-config/waybar/style.css | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/roy-config/waybar/config b/roy-config/waybar/config index b8ce3f6..85e7e59 100755 --- a/roy-config/waybar/config +++ b/roy-config/waybar/config @@ -11,7 +11,6 @@ "group/bat": { "orientation": "horizontal", "modules": ["battery"] - "exec-if": "test -e /sys/class/power_supply/BAT0" }, "group/net": { "orientation": "horizontal", diff --git a/roy-config/waybar/style.css b/roy-config/waybar/style.css index 48a9edb..d104e75 100755 --- a/roy-config/waybar/style.css +++ b/roy-config/waybar/style.css @@ -34,10 +34,7 @@ border-radius: 3px; padding-left: 0.5em; padding-right: 0.5em; - margin-left: 0.3em; } #battery, -#network { - margin-right: 0.8em; -} +#network {}