From 42c5ceecad21dfc8e0ced895b76f874ee0e70436 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Fri, 23 Dec 2022 23:30:00 +0100 Subject: [PATCH] upd --- usr/bin/jgwallpaperchanger | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/jgwallpaperchanger b/usr/bin/jgwallpaperchanger index 97a983b..4893089 100755 --- a/usr/bin/jgwallpaperchanger +++ b/usr/bin/jgwallpaperchanger @@ -77,7 +77,7 @@ out+=("^sep($WALLPAPERS)") if ! pgrep mbwallpaper > /dev/null; then #out+=("$NITROGEN,nitrogen") out+=("$RANDWALL,mbwallpaper -o;$me") - out+=("$CHOOSE,mbwallpaper -c") + out+=("$CHOOSE,pcmanwp") out+=("$GENERATOR,^pipe(jgwallpapergenerate)") out+=("^sep($SLIDESHOW)") out+=("$STARTS,run_wallpaperslideshow;$me")