waybar: Fix font-awesome icon sizes
This commit is contained in:
parent
7412ad1f6b
commit
f4978c0fea
1 changed files with 5 additions and 5 deletions
|
@ -30,7 +30,7 @@
|
|||
],
|
||||
|
||||
"sway/mode": {
|
||||
"format": "<span style=\"italic\"> {}</span>", // Icon: expand-arrows-alt
|
||||
"format": "<span style='italic'> {}</span>", // Icon: expand-arrows-alt
|
||||
"tooltip": false,
|
||||
},
|
||||
"sway/workspaces": {
|
||||
|
@ -63,7 +63,7 @@
|
|||
},
|
||||
"cpu": {
|
||||
"interval": 5,
|
||||
"format": "<big></big> {usage}%",
|
||||
"format": "<span rise='-3000' size='xx-large'></span> {usage}%",
|
||||
"tooltip": false,
|
||||
"states": {
|
||||
"warning": 70,
|
||||
|
@ -72,7 +72,7 @@
|
|||
},
|
||||
"memory": {
|
||||
"interval": 5,
|
||||
"format": "<big></big> {}%",
|
||||
"format": "<span rise='-3000' size='xx-large'></span> {}%",
|
||||
"tooltip": false,
|
||||
"states": {
|
||||
"warning": 70,
|
||||
|
@ -85,7 +85,7 @@
|
|||
"tooltip": false,
|
||||
},
|
||||
"pulseaudio": {
|
||||
"format": "{volume}% <big>{icon}</big> {format_source}",
|
||||
"format": "{volume}% <span rise='-3000' size='xx-large'>{icon}</span> {format_source}",
|
||||
"format-source": "{volume}%",
|
||||
"format-muted": " {format-source}",
|
||||
"format-icons": {
|
||||
|
@ -99,7 +99,7 @@
|
|||
"tooltip": false,
|
||||
},
|
||||
"custom/packages": {
|
||||
"format": "<big></big> {}",
|
||||
"format": "<span rise='-3000' size='xx-large'></span> {}",
|
||||
"interval": 3600,
|
||||
"exec": "checkupdates | wc -l",
|
||||
"exec-if": "exit 0",
|
||||
|
|
Loading…
Add table
Reference in a new issue