diff options
| author | tslil <tslil@posteo.de> | 2026-02-17 14:10:19 +0000 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-02-17 14:32:45 +0000 |
| commit | 62d8bd12d82299f7a869b3b4070cd2c39e1af8fd (patch) | |
| tree | c2c5248785846461aa8e8122c0fd756784dcf442 /waybar/style.css | |
| parent | cc6b0aee312f46b578468a21517e2add66f9e9dc (diff) | |
[sway] [waybar]: try switching to sway
Diffstat (limited to 'waybar/style.css')
| -rw-r--r-- | waybar/style.css | 26 |
1 files changed, 13 insertions, 13 deletions
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 { |
