mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-20 11:35:42 +02:00
example/conf: alsa: use the new ‘online’ tag
This commit is contained in:
parent
36de95cc2a
commit
0963afd282
1 changed files with 17 additions and 12 deletions
|
@ -226,6 +226,11 @@ bar:
|
||||||
card: hw:PCH
|
card: hw:PCH
|
||||||
mixer: Master
|
mixer: Master
|
||||||
content:
|
content:
|
||||||
|
map:
|
||||||
|
tag: online
|
||||||
|
values:
|
||||||
|
false: {string: {text: , font: *awesome, foreground: ff0000ff}}
|
||||||
|
true:
|
||||||
map:
|
map:
|
||||||
on-click: /bin/sh -c "amixer -q sset Speaker unmute && amixer -q sset Headphone unmute && amixer -q sset Master toggle"
|
on-click: /bin/sh -c "amixer -q sset Speaker unmute && amixer -q sset Headphone unmute && amixer -q sset Master toggle"
|
||||||
tag: muted
|
tag: muted
|
||||||
|
|
Loading…
Add table
Reference in a new issue