From 34b81a329c2c35970c84b8eba2d713b4e6765785 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Thu, 22 Aug 2024 14:40:39 +0200 Subject: [PATCH] update wallpaperchanger --- usr/bin/jgwallpaperchanger | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr/bin/jgwallpaperchanger b/usr/bin/jgwallpaperchanger index 5f14c21..0993bfe 100755 --- a/usr/bin/jgwallpaperchanger +++ b/usr/bin/jgwallpaperchanger @@ -175,13 +175,15 @@ for i in 3 5 10 30 60 120 300 600 1800 3600; do out2+=("$(printf " %4s, ### RUN -if [[ $1 == "-s" || $1 == "-c" || $1 == "-u" || $1 == "ipc" ]]; then +if [[ $1 == "-s" || $1 == "-c" || $1 == "-u" || $1 == "ipc" || $1 == "-d" ]]; then . /usr/share/mb-jgtools/pipemenu-standalone.cfg + case "$1" in -s) out+=(" ${arrow_string_left} $LEFTPANEL,mb-jgtools places");; -c) out+=(" ${arrow_string_left} Colorizer,colorizer -s");; -u) out+=(" ${arrow_string_left} Settings menu,mb-jgtools settings");; + -d) POSITION_MODE=pointer;; ipc) POSITION_MODE=${1:-fixed} out+=("^sep(Colorizer)") out+=("$COLORIZER_HELP,ycolorizer")