#!/bin/sh
# This script will launch the compiled goverlay binary the correct way
#
# QT_QPA_PLATFORM=xcb will force the application to run in x11 mode, so it works on wayland desktops.
# mangohud --dlsym will force the mangohud display on the spinning cube on goverlay.
# Executing this script with --style <style> one can choose different themes.

#export QT_QPA_PLATFORM=xcb
#mangohud --dlsym /usr/lib/goverlay $@
mangohud /usr/lib/goverlay $@
