-
-
Notifications
You must be signed in to change notification settings - Fork 33
Customizing_QT_APPS_theming
Hyprland Dots Wiki edited this page Mar 2, 2026
·
2 revisions
This guide explains how to customize QT apps when running Hyprland alongside KDE/Plasma.
By default, QT apps are styled via Kvantum-Manager through qt5ct or qt6ct. To use the themes set in your Plasma configuration, update the environment variables in ~/.config/hypr/UserConfigs/ENVariables.conf.
Modify the QT_QPA_PLATFORMTHEME lines:
env = QT_QPA_PLATFORMTHEME,kde
#env = QT_QPA_PLATFORMTHEME,qt5ct
#env = QT_QPA_PLATFORMTHEME,qt6ctSet the XDG_CURRENT_DESKTOP and XDG_SESSION_DESKTOP environment variables:
env = XDG_CURRENT_DESKTOP,kde
env = XDG_SESSION_DESKTOP,kdeYou can also explicitly set the style:
env = QT_STYLE_OVERRIDE,BreezeNote
Replace Breeze with the actual name of your preferred theme.
Tip
You can also launch Kvantum-Manager directly to change themes.
- FAQ - KooL Hyprland Related
- FAQ - Ubuntu & Debian Related
- FAQ - NVIDIA
- FAQ - File-Managers Related
- FAQ - Login & Login Managers
- FAQ - Monitor Configuration
- FAQ - Notifications
- FAQ - Rofi Launcher Related
- FAQ - Theming & Decorations
- FAQ - Terminal Related
- FAQ - Wallpaper Related
- FAQ - Waybar Related
- FAQ - 3rd Party Packages Related