From 1422ad903025a513ca01346933ff019ea5808863 Mon Sep 17 00:00:00 2001 From: pancakes Date: Tue, 17 Oct 2023 21:38:38 +1000 Subject: [PATCH] Update style --- waybar/.config/waybar/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/waybar/.config/waybar/style.css b/waybar/.config/waybar/style.css index fcec139..d0f785b 100644 --- a/waybar/.config/waybar/style.css +++ b/waybar/.config/waybar/style.css @@ -12,7 +12,7 @@ window#waybar { tooltip { background: rgba(26, 27, 38, 0.8); border: 2px solid #c0caf5; - border-radius: 0; + border-radius: 5px; } tooltip label { @@ -59,7 +59,7 @@ button, color: #1a1b26; } -#workspaces button.focused { +#workspaces button.active { background-color: #bb9af7; color: #1a1b26; }