mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
feat(pulseaudio): volume icons
This commit is contained in:
@ -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": " {}",
|
||||
|
Reference in New Issue
Block a user