From da61fa5ed92de1e3031580167121cc138357b78d Mon Sep 17 00:00:00 2001 From: tslil Date: Sat, 20 Jun 2026 13:25:18 +0100 Subject: [waybar] adapt to parameterised machi_status, use vertical separators, fix some icons --- waybar/style.css | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) (limited to 'waybar/style.css') diff --git a/waybar/style.css b/waybar/style.css index 1195817..7abaf90 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -5,13 +5,13 @@ window#waybar { * { /* `otf-font-awesome` is required to be installed for icons */ - font-family: "BQN386 Unicode DZ"; - /* font-family: "PxPlus IBM VGA 9x16"; */ - font-size: 26px; + font-family: "Crimson Pro"; + font-family: "Readerly"; + font-size: 32px; padding-top: 0px; padding-bottom: 0px; - padding-left: 2px; - padding-right: 2px; + padding-left: 0px; + padding-right: 0px; min-height: 36px; margin: 2px; color: black; @@ -26,8 +26,6 @@ button { border-radius: 0; } -#custom-machi, -#network, #network.wifi, #battery, #temperature, @@ -35,9 +33,20 @@ button { #pulseaudio, #clock, #wireplumber { + border-left: 2px solid #000; + padding-left: 4px; + padding-top: 4px; } +#custom-machi_W, +#custom-machi_P, +#custom-machi_F { + border-right: 2px solid #000; + padding-right: 4px; + padding-top: 4px; +} + #tray > .passive { -gtk-icon-effect: dim; } -- cgit v1.2.3