[MINOR] waybar fix

This commit is contained in:
Afonso Franco 2023-05-16 04:21:05 +01:00
parent a3f391a23b
commit ec0f50d10b
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys

View file

@ -1,8 +1,8 @@
{ {
"margin-top": 0, "margin-top": 0,
"margin-left": 120, "margin-left": 0,
"margin-bottom": 0, "margin-bottom": 0,
"margin-right": 120, "margin-right": 0,
"height": 60, "height": 60,
"layer": "top", "layer": "top",
"position": "top", "position": "top",
@ -28,6 +28,13 @@
}, },
}, },
"custom/launcher": {
"interval": "once",
"format": "󰣇",
"on-click": "pkill rofi || rofi --show drun",
"tooltip": false
},
"memory": { "memory": {
"interval": 30, "interval": 30,
"format": " {}%", "format": " {}%",