diff --git a/resources/style.css b/resources/style.css index b16e8ed..8f7a2e4 100644 --- a/resources/style.css +++ b/resources/style.css @@ -32,6 +32,7 @@ window#waybar.termite { window#waybar.chromium { background-color: #DEE1E6; color: #000000; + border: none; } /* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */ @@ -51,6 +52,10 @@ window#waybar.chromium #workspaces button { border-bottom: 3px solid #ffffff; } +window#waybar.chromium #workspaces button.focused { + color: #ffffff; +} + #workspaces button.urgent { background-color: #eb4d4b; }