This commit is contained in:
iFargle 2023-08-31 21:51:40 +09:00
parent 09978157bc
commit f319bed7f4

View file

@ -254,9 +254,9 @@
# Set the wallpaper
swww init &
swww clear
DIR=/etc/nixos/git/wallpapers/${theme}
IMG=`ls $DIR | shuf -n 1`
swww img $DIR/$IMG &
IMG=`ls $DIR | shuf -n 1` && swww img $DIR/$IMG -t random
# Waybar
waybar &