Files
custum-hyprpanel/scripts/hyprpanel_launcher.sh.in
Jas Singh d4895922de fix: build output (#1032)
* Fix build output

* Fix command
2025-06-27 22:17:47 -07:00

8 lines
111 B
Bash

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