feat(pulseaudio): volume icons

This commit is contained in:
Alexis
2018-08-13 22:33:07 +02:00
parent ea9a08d473
commit 1555cb71e1
6 changed files with 26 additions and 10 deletions

View File

@ -14,7 +14,7 @@
"format": "{}% "
},
"battery": {
"format": "{value}% {icon}",
"format": "{capacity}% {icon}",
"format-icons": ["", "", "", "", ""]
},
"network": {
@ -22,8 +22,9 @@
"format": "{essid} ({signalStrength}%) "
},
"pulseaudio": {
"format": "{}% ",
"format-muted": ""
"format": "{volume}% {icon}",
"format-muted": "",
"format-icons": ["", ""]
},
"custom/spotify": {
"format": " {}",