mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-25 20:47:45 +01:00
statusbar: fixed bug
This commit is contained in:
parent
d6fb696e77
commit
3ce32917a1
@ -10,7 +10,7 @@ else
|
||||
vol_info="^c#dfdfdf^ "
|
||||
fi
|
||||
|
||||
$(wpctl get-volume @DEFAULT_AUDIO_SINK@ | grep -q '\[MUTED\]') && vol_info="^c#ff0000^ "
|
||||
$(wpctl get-volume @DEFAULT_AUDIO_SINK@ | grep -q '\[MUTED\]') && vol_info="^c#ff0000^ "
|
||||
|
||||
if wpctl get-volume @DEFAULT_SOURCE@ | grep -q '\[MUTED\]'; then
|
||||
mic="^c#ff0000^ "
|
||||
|
Loading…
x
Reference in New Issue
Block a user