waybar: Remove icon sizing workaround

This commit is contained in:
histalek 2023-05-01 11:09:48 +02:00
parent a4d6aec61f
commit 23d6fba91a
Signed by: histalek
SSH key fingerprint: SHA256:6a6N2Wzk73nwURUHC/ubbCyqdB6yfie0Jv/NGvRcsIE

View file

@ -31,7 +31,7 @@
], ],
"sway/mode": { "sway/mode": {
"format": "<span style='italic'> {}</span>", // Icon: expand-arrows-alt "format": "<span style='italic'> {}</span>",
"tooltip": false, "tooltip": false,
}, },
"sway/workspaces": { "sway/workspaces": {
@ -49,7 +49,7 @@
"tooltip": false, "tooltip": false,
}, },
"tray": { "tray": {
"icon-size": 20, "icon-size": 22,
"spacing": 10, "spacing": 10,
}, },
"clock#date": { "clock#date": {
@ -64,7 +64,7 @@
}, },
"cpu": { "cpu": {
"interval": 5, "interval": 5,
"format": "<span rise='-3000' size='xx-large'></span> {usage}%", "format": " {usage}%",
"tooltip": false, "tooltip": false,
"states": { "states": {
"warning": 70, "warning": 70,
@ -73,7 +73,7 @@
}, },
"memory": { "memory": {
"interval": 5, "interval": 5,
"format": "<span rise='-3000' size='xx-large'></span> {}%", "format": " {}%",
"tooltip": false, "tooltip": false,
"states": { "states": {
"warning": 70, "warning": 70,
@ -86,7 +86,7 @@
"tooltip": false, "tooltip": false,
}, },
"pulseaudio": { "pulseaudio": {
"format": "{volume}% <span rise='-3000' size='xx-large'>{icon}</span> {format_source}", "format": "{volume}% {icon} {format_source}",
"format-source": "{volume}%", "format-source": "{volume}%",
"format-muted": " {format-source}", "format-muted": " {format-source}",
"format-icons": { "format-icons": {
@ -100,7 +100,7 @@
"tooltip": false, "tooltip": false,
}, },
"custom/packages": { "custom/packages": {
"format": "<span rise='-3000' size='xx-large'></span> {}", "format": " {}",
"interval": 3600, "interval": 3600,
"exec": "checkupdates | wc -l", "exec": "checkupdates | wc -l",
"exec-if": "exit 0", "exec-if": "exit 0",
@ -109,7 +109,7 @@
"tooltip": false, "tooltip": false,
}, },
"custom/flatpak": { "custom/flatpak": {
"format": "<span rise='-3000' size='xx-large'></span> {}", "format": " {}",
"interval": 3600, "interval": 3600,
"exec": "flatpak remote-ls --updates | wc -l", "exec": "flatpak remote-ls --updates | wc -l",
"exec-if": "exit 0", "exec-if": "exit 0",
@ -155,4 +155,3 @@
"tooltip": false "tooltip": false
}, },
} }