mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-11-24 06:49:45 +01:00
statusbar: fixed bug
This commit is contained in:
@@ -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^ "
|
||||||
|
|||||||
Reference in New Issue
Block a user