Files
custum-hyprpanel/scripts/hyprpanel_launcher.sh.in
Jas Singh a46929e4c5 Build fix (#1030)
* Fix build flag

* Fix the build process for new ags update.
2025-06-27 19:48:53 -07:00

8 lines
107 B
Bash

#!/bin/sh
if [ "$#" -eq 0 ]; then
exec "@DATADIR@/hyprpanel"
else
exec astal -i hyprpanel "$*"
fi