diff --git a/waybar/style.css b/waybar/style.css index 370f82e..00fffc6 100755 --- a/waybar/style.css +++ b/waybar/style.css @@ -12,7 +12,6 @@ window#waybar { background: alpha(@mantle, 0.7); border-radius: 0px; - color: @peach; } window#waybar.hidden { @@ -20,12 +19,12 @@ window#waybar.hidden { } #workspaces button { - color: @base; + color: @peach; transition: all 0.1s ease; } #workspaces button.active { - background-color: alpha(@base, 0.4); + background-color: alpha(@peach, 0.2); border-radius: 2px; transition: all 0.1s ease; } @@ -33,15 +32,16 @@ window#waybar.hidden { .modules-left, .modules-center, .modules-right { + padding-top: 2px; padding-bottom: 6px; } .modules-left { - padding-left: 440px; + padding-left: 0px; } .modules-right { - padding-right: 440px; + padding-right: 0px; } #clock, @@ -56,12 +56,13 @@ window#waybar.hidden { #custom-gpu, #custom-poweroff, #custom-weather { - background-color: @peach; - border-radius: 6px; + background-color: @base; + border-radius: 10px; + border: 1px solid @overlay0; margin-left: 6px; margin-right: 6px; - color: @base; - min-width: 70px; + color: @peach; + min-width: 90px; }