Created
March 8, 2016 19:51
-
-
Save ViktorNova/9202e97b76013e159343 to your computer and use it in GitHub Desktop.
qt5_visual_theme.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This will set all QT5 apps to use whatever theme is set up from qt5ct. | |
# This file needs to be put into /etc/profile.d/ | |
# It actually works! (I have been fighting with this for over a year and finally figured it out) | |
export QT_QPA_PLATFORMTHEME="qt5ct" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment