From c2fcd44b6a64ec7fd44f364a64396f680babbf8d Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Wed, 29 May 2024 12:51:04 -0500 Subject: Updates --- config/waybar/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config/waybar/style.css') 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 { -- cgit v1.2.3