use breeze theme by default

This commit is contained in:
Samuel
2025-04-10 01:51:04 -04:00
committed by GitHub
parent ed13b389e2
commit b665947884

View File

@@ -51,6 +51,7 @@ chmod +x ./lib4bin
echo '#!/bin/sh
CURRENTDIR="$(dirname "$(readlink -f "$0")")"
CACHEDIR="${XDG_CACHE_HOME:-$HOME/.cache}"
export QT_STYLE_OVERRIDE=${QT_STYLE_OVERRIDE:-Breeze}
[ -f "$APPIMAGE".stylesheet ] && APPIMAGE_QT_THEME="$APPIMAGE.stylesheet"
[ -f "$APPIMAGE_QT_THEME" ] && set -- "$@" "-stylesheet" "$APPIMAGE_QT_THEME"