update wallpaperchanger

master
Daniel Napora 2024-08-22 14:40:39 +02:00
parent 15aa60623d
commit 34b81a329c
1 changed files with 3 additions and 1 deletions

View File

@ -175,13 +175,15 @@ for i in 3 5 10 30 60 120 300 600 1800 3600; do out2+=("$(printf "<tt> %4s</tt>,
### 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")