diff options
Diffstat (limited to '')
-rw-r--r-- | config/waybar/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/waybar/style.css b/config/waybar/style.css index 5c84feb..e017c1a 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -1,6 +1,6 @@ * { /* `otf-font-awesome` is required to be installed for icons */ - font-family: Iosevka Aile; + font-family: Input Mono Compressed; font-size: 18px; } @@ -69,13 +69,14 @@ button:hover { #scratchpad, #power-profiles-daemon, #mpd { - padding: 0 10px; + padding: 0 7px; + padding-bottom: 7px; color: #ffffff; } #window, #workspaces { - margin: 0 4px; + margin: 0 2px; } /* If workspaces is the leftmost module, omit left margin */ @@ -149,7 +150,6 @@ label:focus { #clock { - margin-bottom: 15px; } #disk { |