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