Update install.sh
This commit is contained in:
@@ -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 &
|
||||
|
||||
Reference in New Issue
Block a user