use feh on laptop

This commit is contained in:
Felix Van der Jeugt 2021-08-31 10:40:53 +02:00
parent 234d080f60
commit edc7e7eedf
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 3 additions and 3 deletions

View File

@ -6,13 +6,13 @@ forklog() {
}
case "$(hostname)" in
mantle) xset dpms 0 0 300 s off ;;
abysm) xset dpms 0 0 50 s off ;;
mantle) xset dpms 0 0 300 s off ; backimg="bgs -z" ;;
abysm) xset dpms 0 0 50 s off ; backimg="feh --bg-fill" ;;
esac
xset r rate 300 55
forklog bgs -z $(find -L /data/pictures/background-source/ -type f | sort -R | head)
forklog $backimg $(find -L /data/pictures/background-source/ -type f | sort -R | head)
forklog redshift
exec xmonad