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