diff --git a/waybar/style.css b/waybar/style.css index 47c9316..a8bcf48 100755 --- a/waybar/style.css +++ b/waybar/style.css @@ -27,7 +27,8 @@ window#waybar.hidden { } #workspaces button.active { - background-color: @base; + background-color: alpha(@peach, 0.2); + border-radius: 2px; margin-top: 2px; margin-bottom: 2px; transition: all 0.1s ease;