Update install.sh

This commit is contained in:
2024-05-27 08:56:58 +02:00
parent cb13103949
commit d4208043c9

View File

@@ -264,12 +264,16 @@ if [ ! -f ~/.config/qtile/autostart.sh ]; then
cat << "QTILEAUTOSTART" > ~/.config/qtile/autostart.sh
#!/bin/sh
pgrep -x picom > /dev/null || picom -b &
# This here if statement sets your background image, with feh...
# and is also used for the auto-generation of the background image and colors.
if [ -f ~/.fehbg ]; then
. ~/.fehbg
else
feh --bg-scale "$(find ~/Wallpapers -type f | shuf -n 1)"
. ~/.fehbg
fi
amixer set Master 10% &
dunst &
numlockx on &