diff --git a/install.sh b/install.sh index 7c3514d..5c57617 100644 --- a/install.sh +++ b/install.sh @@ -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 &