diff --git a/modules/rosenthal/examples/waybar/config.jsonc b/modules/rosenthal/examples/waybar/config.jsonc index 6bf637c..0633b18 100644 --- a/modules/rosenthal/examples/waybar/config.jsonc +++ b/modules/rosenthal/examples/waybar/config.jsonc @@ -5,6 +5,7 @@ { "layer": "top", + "height": 36, "spacing": 5, "modules-left": [ "temperature", diff --git a/modules/rosenthal/examples/waybar/style.css b/modules/rosenthal/examples/waybar/style.css index 285945f..723d4b8 100644 --- a/modules/rosenthal/examples/waybar/style.css +++ b/modules/rosenthal/examples/waybar/style.css @@ -70,7 +70,10 @@ tooltip label { } #taskbar button { - padding: 0 5px; + /* https://github.com/Alexays/Waybar/issues/3334 */ + padding: 0; + padding-left: 5px; + padding-right: 5px; } #tray menu {