diff options
| author | tslilc <tslil@posteo.de> | 2025-01-28 14:16:43 +0000 |
|---|---|---|
| committer | tslilc <tslil@posteo.de> | 2025-01-28 14:16:43 +0000 |
| commit | 530efb779bc8ae53b0b92dcd7a73c292d59c9b2d (patch) | |
| tree | 844bd7f6067acc6268f059d1d14d5f87d8e0f1ca /waybar/style.css | |
| parent | 59842f852e71c941556264d578880a0e7e12b09b (diff) | |
[waybar] fix padding?
Diffstat (limited to 'waybar/style.css')
| -rw-r--r-- | waybar/style.css | 38 |
1 files changed, 12 insertions, 26 deletions
diff --git a/waybar/style.css b/waybar/style.css index f12cc79..f8fb7dd 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -1,8 +1,8 @@ * { /* `otf-font-awesome` is required to be installed for icons */ - font-family: Berkeley Mono; + font-family: "Monaspace Krypton"; font-size: 28px; - padding-top: 2px; + padding-top: 4px; padding-bottom: 0px; } @@ -20,7 +20,10 @@ button { } #tags button{ - padding: 0 8px; + padding-bottom: 4px; + padding-top: 0px; + padding-right: 6px; + padding-left: 6px; } #tags button.occupied { @@ -32,13 +35,12 @@ button { } #tags button.focused { - padding: 0 8px; background-color: #FF8C00; color: black; } #window { - padding: 0px 16px; + padding-left: 16px; background-color: #FF8C00; color: black; } @@ -72,6 +74,11 @@ label:focus { background-color: #000000; } +#tray { + padding-bottom: 4px; + padding-top: 0px; +} + #tray > .passive { -gtk-icon-effect: dim; } @@ -80,24 +87,3 @@ label:focus { -gtk-icon-effect: highlight; background-color: #eb4d4b; } - -#privacy { - padding: 0; -} - -#privacy-item { - padding: 0 5px; - color: white; -} - -#privacy-item.screenshare { - background-color: #cf5700; -} - -#privacy-item.audio-in { - background-color: #1ca000; -} - -#privacy-item.audio-out { - background-color: #0069d4; -} |
