config change in waybar
This commit is contained in:
parent
7ece8764b2
commit
11fc79b9c5
1 changed files with 3 additions and 2 deletions
|
@ -181,7 +181,7 @@
|
|||
"format-bluetooth": "{volume}% {icon} {format_source}",
|
||||
"format-bluetooth-muted": " {icon} {format_source}",
|
||||
"format-muted": " {format_source}",
|
||||
"format-source": "{volume}% ",
|
||||
"format-source": " {volume}% ",
|
||||
"format-source-muted": "",
|
||||
"format-icons": {
|
||||
"headphone": "",
|
||||
|
@ -196,7 +196,8 @@
|
|||
""
|
||||
]
|
||||
},
|
||||
"on-click": "pavucontrol-qt"
|
||||
"on-click": "pavucontrol-qt",
|
||||
"on-click-right": "pactl set-source-mute @DEFAULT_SOURCE@ toggle"
|
||||
},
|
||||
"custom/media": {
|
||||
"format": "{icon} {}",
|
||||
|
|
Loading…
Reference in a new issue