first commit

This commit is contained in:
2025-11-18 10:37:40 -07:00
parent 7112d8d401
commit 6d9f2866e5
11 changed files with 245 additions and 0 deletions

10
usr/games/goverlay Executable file
View File

@@ -0,0 +1,10 @@
#!/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/libexec/goverlay $@
mangohud /usr/libexec/goverlay $@