examples: waybar: Set height and fix taskbar padding.

* modules/rosenthal/examples/waybar/config.jsonc: Set height to 36.
* modules/rosenthal/examples/waybar/style.css (#taskbar button): Fix padding.
This commit is contained in:
Hilton Chain 2025-07-03 00:17:46 +08:00
parent b4af9f76c3
commit a7af07441f
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
2 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,7 @@
{ {
"layer": "top", "layer": "top",
"height": 36,
"spacing": 5, "spacing": 5,
"modules-left": [ "modules-left": [
"temperature", "temperature",

View File

@ -70,7 +70,10 @@ tooltip label {
} }
#taskbar button { #taskbar button {
padding: 0 5px; /* https://github.com/Alexays/Waybar/issues/3334 */
padding: 0;
padding-left: 5px;
padding-right: 5px;
} }
#tray menu { #tray menu {