This is an old revision of the document!
Themeing
Everyone likes a minimal dark theme, right?
Qt
put the following in .profile
to tell Qt programs to use gtk theme
export QT_QPA_PLATFORMTHEME=gtk2 # tested on Ubuntu 18.04
Specific Programs
Calibre
Add to .profile
export CALIBRE_USE_SYSTEM_THEME=1