1
0
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:
tiyn 2024-03-09 03:03:55 +01:00
parent d6fb696e77
commit 3ce32917a1

View File

@ -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^  "