From 62d8bd12d82299f7a869b3b4070cd2c39e1af8fd Mon Sep 17 00:00:00 2001 From: tslil Date: Tue, 17 Feb 2026 14:10:19 +0000 Subject: [sway] [waybar]: try switching to sway --- waybar/style.css | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'waybar/style.css') diff --git a/waybar/style.css b/waybar/style.css index f8fb7dd..c752399 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -1,9 +1,12 @@ * { /* `otf-font-awesome` is required to be installed for icons */ - font-family: "Monaspace Krypton"; + font-family: "BQN386 Unicode DZ"; + /* font-family: "PxPlus IBM VGA 9x16"; */ font-size: 28px; - padding-top: 4px; + padding-top: 0px; padding-bottom: 0px; + margin-top: 2px; + min-height: 46px; } window#waybar { @@ -19,26 +22,26 @@ button { border-radius: 0; } -#tags button{ - padding-bottom: 4px; - padding-top: 0px; +#workspaces button{ padding-right: 6px; padding-left: 6px; -} - -#tags button.occupied { color: #FF8C00; } -#tags button:hover { +#workspaces button:hover { background: #FF8; } -#tags button.focused { +#workspaces button.focused { background-color: #FF8C00; color: black; } +#workspaces button.empty { + background-color: black; + color: grey; +} + #window { padding-left: 16px; background-color: #FF8C00; @@ -56,7 +59,6 @@ button { color: #FF8C00; } -#layout, #battery, #temperature, #backlight, @@ -75,8 +77,6 @@ label:focus { } #tray { - padding-bottom: 4px; - padding-top: 0px; } #tray > .passive { -- cgit v1.2.3