Skip to content

Commit

Permalink
apply GTK themes to QT5 apps
Browse files Browse the repository at this point in the history
  • Loading branch information
salaros committed Feb 11, 2019
1 parent 5f98674 commit 9870d05
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions exports
Expand Up @@ -30,3 +30,8 @@ if grep -q Microsoft /proc/version; then
export DOCKER_HOST=tcp://localhost:2375
export DISPLAY=:0
fi

# Apply GTK themes to QT5 apps
# might require 'qt5-style-plugins' installation on Debian/Ubuntu
export QT_QPA_PLATFORMTHEME=gtk2

0 comments on commit 9870d05

Please sign in to comment.