feature: better waybar load module and other qol features

This commit is contained in:
2026-07-10 14:41:02 +03:00
parent c2dde5db95
commit 03f636cab9
19 changed files with 98 additions and 33 deletions
+5 -5
View File
@@ -5,8 +5,8 @@ msgId="3378455"
station=$(pactl get-source-volume @DEFAULT_SOURCE@)
# TODO: fix if for pactl
if [ $station = 'MUTED' ]; then
notify-send -i "$HOME/.config/hypr/scripts/dunst/icons/mic off.svg" -u low -r "$msgId" "Микрофон выключен"
else
notify-send -i "$HOME/.config/hypr/scripts/dunst/icons/mic on.svg" -u low -r "$msgId" "Микрофон включен"
fi
# if [ $station = 'MUTED' ]; then
# notify-send -i "$HOME/.config/hypr/scripts/dunst/icons/mic off.svg" -u low -r "$msgId" "Микрофон выключен"
# else
# notify-send -i "$HOME/.config/hypr/scripts/dunst/icons/mic on.svg" -u low -r "$msgId" "Микрофон включен"
# fi