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