diff --git a/waybar/config b/waybar/config index 0c5c16f..6493dc3 100755 --- a/waybar/config +++ b/waybar/config @@ -7,8 +7,8 @@ "spacing": 0, "output": "DP-3", "reload_style_on_change": true, - "margin-left": 0, - "margin-right": 0, + "margin-left": 440, + "margin-right": 440, "margin-top": 0, "margin-bottom": 0, "modules-left": [ diff --git a/waybar/style.css b/waybar/style.css index 00fffc6..b662670 100755 --- a/waybar/style.css +++ b/waybar/style.css @@ -10,23 +10,20 @@ } window#waybar { - background: alpha(@mantle, 0.7); + background: transparent; border-radius: 0px; } -window#waybar.hidden { - opacity: 0.2; -} - #workspaces button { color: @peach; - transition: all 0.1s ease; + margin: 1px; + border-radius: 10px; + transition: all 0.4s ease; } #workspaces button.active { background-color: alpha(@peach, 0.2); - border-radius: 2px; - transition: all 0.1s ease; + transition: all 0.4s ease; } .modules-left, @@ -56,7 +53,7 @@ window#waybar.hidden { #custom-gpu, #custom-poweroff, #custom-weather { - background-color: @base; + background-color: alpha(@base, 0.5); border-radius: 10px; border: 1px solid @overlay0; margin-left: 6px;