GTK themes won't just work in i3 sometimes
Jan 2, 2024Arkar Kaung Myat
Linux
Make GTK themes works in i3.
# in your ~/.xprofile
if [ "$XDG_CURRENT_DESKTOP" = "none+i3" ]; then
export QT_QPA_PLATFORMTHEME="qt5ct"
export XDG_CURRENT_DESKTOP=KDE
export QT_PLUGIN_PATH=$HOME/.kde4/lib/kde4/plugins/:/usr/lib/kde4/plugins/
fi