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;