updates to qt theming

This commit is contained in:
Sean Kovacs 2025-12-14 13:09:27 -05:00
commit 32ccf53258
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 17 additions and 5 deletions

View file

@ -40,6 +40,7 @@
};
environment = {
QT_QPA_PLATFORM = "wayland";
QT_QPA_PLATFORMTHEME = "qt6ct";
DISPLAY = null;
XCURSOR_THEME = config.userOptions.cursor.name;
XCURSOR_SIZE = toString config.userOptions.cursor.size;