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