fix(waybar): remove bottom padding

This commit is contained in:
winston 2023-03-10 07:44:19 +01:00
parent 1945ab7f44
commit 5f7146cb2d
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -2,9 +2,10 @@
{ {
"layer": "top", "layer": "top",
"position": "top", "position": "top",
"height": 32,
"spacing": 4, "spacing": 4,
"margin": 5, "margin-top": 5,
"margin-left": 5,
"margin-right": 5,
"modules-left": ["wlr/workspaces"], "modules-left": ["wlr/workspaces"],
"modules-center": [ "modules-center": [
"hyprland/window" "hyprland/window"