diff options
| author | bh <qn+git@excalibur.computer> | 2026-03-08 14:52:28 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-03-08 14:52:28 +0800 |
| commit | 0dd1c3a386356bebf2461c12c7ee25348a30e1ec (patch) | |
| tree | ffa0a26dc4b0ded3d2b224cfa56aee6f08b55b9d /hypr/.config | |
| parent | 4d53c14b2a7820be60c0ce86a7871fd5374c87db (diff) | |
Add system tray, volume slider, and analog clock to quickshell
Diffstat (limited to 'hypr/.config')
| -rwxr-xr-x | hypr/.config/hypr/scripts/mute | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypr/.config/hypr/scripts/mute b/hypr/.config/hypr/scripts/mute index 7d17b92..ad61d7d 100755 --- a/hypr/.config/hypr/scripts/mute +++ b/hypr/.config/hypr/scripts/mute @@ -7,7 +7,7 @@ pactl set-sink-mute @DEFAULT_SINK@ toggle MUTE=$(pactl get-sink-mute @DEFAULT_SINK@ | awk '{print $2}') if [ "$MUTE" = "yes" ]; then - dunstify " Volume: Muted" -r 2593 -t 1000 + dunstify " Volume: Muted" -r 2593 -t 1000 else VOLUME=$(pactl get-sink-volume @DEFAULT_SINK@ | grep -Po "\d+%" | head -1) dunstify " Volume: $VOLUME" -h int:value:${VOLUME%\%} -r 2593 -t 1000 |
