Compare commits
2 Commits
ce3967e154
...
78bcc74ed9
Author | SHA1 | Date | |
---|---|---|---|
78bcc74ed9 | |||
31b787f60d |
@@ -135,15 +135,12 @@
|
|||||||
},
|
},
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"tooltip-format": "Playing at {volume}%",
|
"tooltip-format": "Playing at {volume}% on {desc}",
|
||||||
"format": "{volume}% {icon}",
|
"format": "{volume}% {icon}",
|
||||||
"format-bluetooth": "{volume}% {icon}",
|
"format-bluetooth": "{volume}% {icon}",
|
||||||
"format-bluetooth-muted": "{volume}% ",
|
"format-bluetooth-muted": "{volume}% ",
|
||||||
"format-muted": "{volume}% ",
|
"format-muted": "{volume}% ",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"headphone": "",
|
|
||||||
"hands-free": "",
|
|
||||||
"headset": "",
|
|
||||||
"default": ["", "", ""]
|
"default": ["", "", ""]
|
||||||
},
|
},
|
||||||
"on-click": "pavucontrol -t 3",
|
"on-click": "pavucontrol -t 3",
|
||||||
@@ -151,6 +148,7 @@
|
|||||||
},
|
},
|
||||||
"pulseaudio#microphone": {
|
"pulseaudio#microphone": {
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
|
"tooltip-format": "{format_source}",
|
||||||
"format": "{format_source}",
|
"format": "{format_source}",
|
||||||
"format-source": "{volume}% ",
|
"format-source": "{volume}% ",
|
||||||
"format-source-muted": "{volume}% ",
|
"format-source-muted": "{volume}% ",
|
||||||
|
Reference in New Issue
Block a user