waybar: control margin via config file completely

This commit is contained in:
Nico 2025-12-28 19:25:45 +11:00
parent e6f9307c9f
commit 000fb994d2
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@
"layer": "top", // Waybar at top layer
"position": "right", // Waybar position (top|bottom|left|right)
//"height": 40,
"margin": "0 5 5 5",
"margin": "5 5 5 5",
"width": 50,
// Choose the order of the modules idle_inhibitor
"modules-left": [

View file

@ -153,6 +153,7 @@ window#waybar {
/* workspace indicator styles */
#workspaces {
margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}