mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
change mpc picker to list titles and albums
This commit is contained in:
parent
7b3aa701e2
commit
ab3309062e
3 changed files with 7 additions and 5 deletions
|
@ -138,7 +138,7 @@ label-muted = "%{T3} %{T-}--%"
|
|||
|
||||
[module/microphone]
|
||||
type = custom/script
|
||||
exec = amixer get Capture | tail -2 | grep -q off && && echo "" || echo ""
|
||||
exec = amixer get Capture | tail -2 | grep -q off && echo "" || echo ""
|
||||
interval = 1
|
||||
click-left = $HOME/.scripts/toggle-mute.sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue