From 9d5585d85a13abaf5e00bbc232168869aeefdeb4 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 26 Feb 2024 01:09:48 -0600 Subject: [PATCH] Minor waybar css fixes --- waybar/style.css | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/waybar/style.css b/waybar/style.css index 11cb546..47c9316 100755 --- a/waybar/style.css +++ b/waybar/style.css @@ -14,24 +14,20 @@ window#waybar { border: 4px solid @crust; border-radius: 0px; color: @peach; + padding: 4px; } window#waybar.hidden { opacity: 0.2; } -#workspaces { - background: transparent; -} - #workspaces button { color: @peach; - background: transparent; transition: all 0.1s ease; } #workspaces button.active { - background-color: alpha(@base, 0.5); + background-color: @base; margin-top: 2px; margin-bottom: 2px; transition: all 0.1s ease; @@ -40,9 +36,7 @@ window#waybar.hidden { .modules-left, .modules-center, .modules-right { - background: alpha(@mantle, 0.6); - margin: 4px; - padding: 0 5px; + padding: 4px; } #clock, @@ -52,15 +46,12 @@ window#waybar.hidden { #network, #temperature, #tray, -#workspaces, #wireplumber, #custom-gpu, #custom-poweroff, #custom-weather { background-color: @base; border-radius: 6px; - margin-top: 4px; - margin-bottom: 4px; margin-left: 6px; margin-right: 6px; padding: 0 10px;