diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 1d035db..39b7d28 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -2,8 +2,8 @@ border: none; border-radius: 0; /* `otf-font-awesome` is required to be installed for icons */ - font-family: DejaVu Sans Mono, Roboto, Helvetica, Arial, sans-serif; - font-size: 15px; + font-family: DejaVu Sans Mono; /*, Roboto, Helvetica, Arial, sans-serif; */ + font-size: 14px; min-height: 0; } @@ -38,11 +38,12 @@ window#waybar.chromium { } #workspaces button { - padding: 0 5px; + padding: 0 13px; background-color: inherit; - color: #666; + color: #fff; /* Use box-shadow instead of border so the text isn't offset */ box-shadow: inset 0 -3px transparent; + border-bottom: 3px solid #222; } /* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */