Added a command to adjust volume that respects hyprpanel settings and made bar module settings for click events apply immediately. (#619)

This commit is contained in:
Jas Singh
2024-12-24 14:46:37 -08:00
committed by GitHub
parent 1b31f04ba9
commit 38bbcf96ef
18 changed files with 495 additions and 261 deletions

View File

@@ -5,5 +5,5 @@ export HYPRPANEL_DATADIR="@DATADIR@"
if [ "$#" -eq 0 ]; then
exec gjs -m "@DATADIR@/hyprpanel.js"
else
exec astal -i hyprpanel "$@"
exec astal -i hyprpanel "$*"
fi