mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-17 23:37:47 +02:00
statusbar: fixed bug
This commit is contained in:
parent
d6fb696e77
commit
3ce32917a1
@ -10,7 +10,7 @@ else
|
|||||||
vol_info="^c#dfdfdf^ "
|
vol_info="^c#dfdfdf^ "
|
||||||
fi
|
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
|
if wpctl get-volume @DEFAULT_SOURCE@ | grep -q '\[MUTED\]'; then
|
||||||
mic="^c#ff0000^ "
|
mic="^c#ff0000^ "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user