mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Finish #571
This commit is contained in:
parent
84e5b0e8c2
commit
f107aaddc3
@ -100,16 +100,17 @@ The following strings for *format-icons* are supported.
|
|||||||
If they are found in the current PulseAudio port name, the corresponding icons will be selected.
|
If they are found in the current PulseAudio port name, the corresponding icons will be selected.
|
||||||
|
|
||||||
- *default* (Shown, when no other port is found)
|
- *default* (Shown, when no other port is found)
|
||||||
- *headphones*
|
- *headphone*
|
||||||
- *speaker*
|
- *speaker*
|
||||||
- *hdmi*
|
- *hdmi*
|
||||||
- *headset*
|
- *headset*
|
||||||
- *handsfree*
|
- *hands-free*
|
||||||
- *portable*
|
- *portable*
|
||||||
- *car*
|
- *car*
|
||||||
- *hifi*
|
- *hifi*
|
||||||
- *phone*
|
- *phone*
|
||||||
|
|
||||||
|
|
||||||
# EXAMPLES
|
# EXAMPLES
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -122,8 +122,8 @@
|
|||||||
"format-source": "{volume}% ",
|
"format-source": "{volume}% ",
|
||||||
"format-source-muted": "",
|
"format-source-muted": "",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"headphones": "",
|
"headphone": "",
|
||||||
"handsfree": "",
|
"hands-free": "",
|
||||||
"headset": "",
|
"headset": "",
|
||||||
"phone": "",
|
"phone": "",
|
||||||
"portable": "",
|
"portable": "",
|
||||||
|
Loading…
Reference in New Issue
Block a user