From 5ae32761c7a2514a06150254ff65d23de505b023 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 26 Feb 2024 01:19:21 -0600 Subject: [PATCH] Better looking workspaces buttons --- waybar/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;