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 cat << "QTILEAUTOSTART" > ~/.config/qtile/autostart.sh
#!/bin/sh #!/bin/sh
pgrep -x picom > /dev/null || picom -b & 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 if [ -f ~/.fehbg ]; then
. ~/.fehbg . ~/.fehbg
else else
feh --bg-scale "$(find ~/Wallpapers -type f | shuf -n 1)" feh --bg-scale "$(find ~/Wallpapers -type f | shuf -n 1)"
. ~/.fehbg . ~/.fehbg
fi fi
amixer set Master 10% & amixer set Master 10% &
dunst & dunst &
numlockx on & numlockx on &