From 2eff642d26a97cf2caf321f785d754352f527c00 Mon Sep 17 00:00:00 2001 From: Logan G Date: Sat, 5 Nov 2022 02:31:12 -0600 Subject: [PATCH] Lazily updated Waybar style.css to fix latest ugly --- .config/waybar/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 3cdf76d..7cdaf55 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -42,12 +42,12 @@ window#waybar.solo { } #mode, #battery, #cpu, #memory, #network, #pulseaudio, #idle_inhibitor, #backlight, #custom-storage, #custom-spotify, #custom-weather, #custom-mail { - margin: 0px 6px 0px 10px; + margin: 0px 6px 0px 0px; min-width: 15px; } #clock { - margin: 0px 16px 0px 10px; + margin: 0px 16px 0px 0px; min-width: 95px; }