Skip to content

Instantly share code, notes, and snippets.

@ViktorNova
Created March 8, 2016 19:51
Show Gist options
  • Save ViktorNova/9202e97b76013e159343 to your computer and use it in GitHub Desktop.
Save ViktorNova/9202e97b76013e159343 to your computer and use it in GitHub Desktop.
qt5_visual_theme.sh
# 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