From d4208043c9bfeb5768e167dfec4f554444e63498 Mon Sep 17 00:00:00 2001 From: Martin Andersen Date: Mon, 27 May 2024 08:56:58 +0200 Subject: [PATCH] Update install.sh --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 &