[X11] Use qt5ct for Qt theme & prevent feh from writing .fehbg file

This commit is contained in:
lara 2020-12-23 16:34:06 +01:00
parent 3e9196a08e
commit 4949b3c902

View file

@ -27,13 +27,14 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
unset f unset f
fi fi
export QT_STYLE_OVERRIDE=kvantum #export QT_STYLE_OVERRIDE=kvantum
export QT_QPA_PLATFORMTHEME=qt5ct
# Statusbar loop # Statusbar loop
~/suckless/slstatus/slstatus& ~/suckless/slstatus/slstatus&
while true; do while true; do
feh --randomize --bg-scale "$HOME/wallpapers/"*.{jpeg,jpg,png} feh --randomize --no-fehbg --bg-scale "$HOME/wallpapers/"*.{jpeg,jpg,png}
sleep 10m sleep 10m
done & done &