#!/bin/sh

if [ "$#" -eq 0 ]; then
    exec "/usr/share/hyprpanel/hyprpanel-app"
else
    exec astal -i hyprpanel "$*"
fi
