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; }