From f6dc4934b978220628ff3f2bb77cf7d01e5ffc92 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Tue, 14 Nov 2023 00:33:21 +0100 Subject: [PATCH] change wallpaper --- modules/home/scripts/scripts/wallpaper-picker.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/scripts/scripts/wallpaper-picker.sh b/modules/home/scripts/scripts/wallpaper-picker.sh index 1571b73..ee2802b 100644 --- a/modules/home/scripts/scripts/wallpaper-picker.sh +++ b/modules/home/scripts/scripts/wallpaper-picker.sh @@ -5,6 +5,7 @@ wallpapers_folder=$HOME/Pictures/wallpapers/others wallpaper_name="$(ls $wallpapers_folder | wofi -n --show dmenu --sort-order=alphabetical)" if [[ -f $wallpapers_folder/$wallpaper_name ]]; then find ~/Pictures/wallpapers -maxdepth 1 -type f -delete + cp $wallpapers_folder/$wallpaper_name $wallpaper_path/$wallpaper_name wall-change $wallpaper_path/$wallpaper_name else exit 1