Files
custum-hyprpanel/scripts/hyprpanel_launcher.sh.in
Jas Singh a7b553725c Update meson (#647)
* Update meson

* update

* Use build_always_stale instead of manually defining files to track.

* Clean up tsconfig
2024-12-28 03:48:52 -08:00

8 lines
117 B
Bash

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