feat: Allow MangoHUD config on all flatpaks automatically

This commit is contained in:
Kyle Gospodnetich 2024-01-24 13:37:37 -08:00
parent f66ef7b7fa
commit dd782c8113

View File

@ -1,7 +1,7 @@
#!/usr/bin/bash
# SCRIPT VERSION
VER=16
VER=17
VER_FILE="/etc/bazzite/flatpak_manager_version"
VER_RAN=$(cat $VER_FILE)
IMAGE_INFO="/usr/share/ublue-os/image-info.json"
@ -60,6 +60,10 @@ flatpak override \
--socket=session-bus \
org.libreoffice.LibreOffice
# Allow MangoHUD config for Flatpaks
flatpak override \
--filesystem=xdg-config/Mangohud:ro
# Params needed for HW accelerated video on Nvidia (Ignoring hybrid systems)
if [[ $IMAGE_FLAVOR =~ "nvidia" ]] && [ $(grep -o "\-display" <<< $(lshw -C display) | wc -l) -le 1 ] && grep -q "vendor: NVIDIA Corporation" <<< $(lshw -C display); then
flatpak override \