mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-06 17:38:45 +00:00
Add hyprstack config
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
if [[ $1 == "up" ]]; then
|
||||
wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||
elif [[ $1 == "down" ]]; then
|
||||
wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||
else
|
||||
wpctl set-volume @DEFAULT_AUDIO_SINK@ $1
|
||||
fi
|
||||
Reference in New Issue
Block a user