🎨 ux(waybar): lower down the bar margin

This commit is contained in:
Sergio Laín 2024-05-27 18:11:43 +02:00
parent ee00f6844c
commit a842aebb38
No known key found for this signature in database
GPG key ID: FB00AF7015FFE76B

View file

@ -9,9 +9,9 @@
"passtrough": false, "passtrough": false,
"gtk-layer-shell": true, "gtk-layer-shell": true,
"margin-top": 10, "margin-top": 10,
"margin-left": 17, "margin-left": 10,
"margin-bottom": 0, "margin-bottom": 0,
"margin-right": 17, "margin-right": 10,
}, },
{ {
"include": "~/.config/waybar/bars/bar-2.jsonc", "include": "~/.config/waybar/bars/bar-2.jsonc",
@ -23,9 +23,10 @@
"exclusive": true, "exclusive": true,
"passtrough": false, "passtrough": false,
"gtk-layer-shell": true, "gtk-layer-shell": true,
"margin-left": 17, "margin-top": 0,
"margin-left": 10,
"margin-bottom": 10, "margin-bottom": 10,
"margin-right": 17, "margin-right": 10,
}, },
{ {
"include": "~/.config/waybar/bars/bar-3.jsonc", "include": "~/.config/waybar/bars/bar-3.jsonc",
@ -37,8 +38,8 @@
"passtrough": false, "passtrough": false,
"gtk-layer-shell": true, "gtk-layer-shell": true,
"margin-top": 10, "margin-top": 10,
"margin-left": 17, "margin-left": 10,
"margin-bottom": 0, "margin-bottom": 0,
"margin-right": 17, "margin-right": 10,
}, },
] ]