From 88e3741121c90327e74d0336dd344eebdbeda979 Mon Sep 17 00:00:00 2001 From: Logan G Date: Tue, 6 Dec 2022 18:17:03 -0700 Subject: [PATCH] Revert "Lazily updated Waybar style.css to fix latest ugly" This reverts commit 2eff642d26a97cf2caf321f785d754352f527c00. --- .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 7cdaf55..3cdf76d 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 0px; + margin: 0px 6px 0px 10px; min-width: 15px; } #clock { - margin: 0px 16px 0px 0px; + margin: 0px 16px 0px 10px; min-width: 95px; }