waybar: Fix font-awesome icon sizes

This commit is contained in:
histalek 2022-04-04 18:12:08 +02:00
parent 7412ad1f6b
commit f4978c0fea
No known key found for this signature in database
GPG key ID: ED1D6449704FDE03

View file

@ -30,7 +30,7 @@
], ],
"sway/mode": { "sway/mode": {
"format": "<span style=\"italic\"> {}</span>", // Icon: expand-arrows-alt "format": "<span style='italic'> {}</span>", // Icon: expand-arrows-alt
"tooltip": false, "tooltip": false,
}, },
"sway/workspaces": { "sway/workspaces": {
@ -63,7 +63,7 @@
}, },
"cpu": { "cpu": {
"interval": 5, "interval": 5,
"format": "<big></big> {usage}%", "format": "<span rise='-3000' size='xx-large'></span> {usage}%",
"tooltip": false, "tooltip": false,
"states": { "states": {
"warning": 70, "warning": 70,
@ -72,7 +72,7 @@
}, },
"memory": { "memory": {
"interval": 5, "interval": 5,
"format": "<big></big> {}%", "format": "<span rise='-3000' size='xx-large'></span> {}%",
"tooltip": false, "tooltip": false,
"states": { "states": {
"warning": 70, "warning": 70,
@ -85,7 +85,7 @@
"tooltip": false, "tooltip": false,
}, },
"pulseaudio": { "pulseaudio": {
"format": "{volume}% <big>{icon}</big> {format_source}", "format": "{volume}% <span rise='-3000' size='xx-large'>{icon}</span> {format_source}",
"format-source": "{volume}%", "format-source": "{volume}%",
"format-muted": " {format-source}", "format-muted": " {format-source}",
"format-icons": { "format-icons": {
@ -99,7 +99,7 @@
"tooltip": false, "tooltip": false,
}, },
"custom/packages": { "custom/packages": {
"format": "<big></big> {}", "format": "<span rise='-3000' size='xx-large'></span> {}",
"interval": 3600, "interval": 3600,
"exec": "checkupdates | wc -l", "exec": "checkupdates | wc -l",
"exec-if": "exit 0", "exec-if": "exit 0",