master
Daniel Napora 2023-09-08 13:26:04 +02:00
parent f782cb9435
commit efc275693c
1 changed files with 5 additions and 2 deletions

View File

@ -159,13 +159,13 @@ help="\nBased on Mabox forum member Shwaybo <a href='https://forum.maboxlinux.or
out+=("^sep($WALLPAPERS)")
if ! pgrep mbwallpaper > /dev/null; then
#out+=("$NITROGEN,nitrogen")
out+=("<big>󰉔</big> $CHOOSE_WP,pcmanwp")
out+=("<big></big> $RANDWALL,mbwallpaper -o;$me")
out+=("<big>󰉔</big> $CHOOSE_WP,pcmanwp")
#out+=("$GENERATOR,^pipe(jgwallpapergenerate)")
out+=("<big>󰧸</big> $SLIDESHOW,^checkout(sshow)")
out+=("^sep()")
out+=("<big></big> $EDIT_WPDIRS,xdg-open $CNF_FILE")
[[ "$wall2themes" = "yes" ]] && out+=("<big></big> $AUTOGEN_THEMES,^checkout(colsettings2)") || out+=("<big></big> $AUTOGEN_THEMES,^checkout(colsettings2)")
else
out+=("$STOPS,killall mbwallpaper;pkill -f 'yad --not';$me")
@ -248,6 +248,9 @@ case "$1" in
out+=("$COLORIZER_PYRADIO,colorizer-pyradio -s")
out+=("$COLORIZER_CAVA,colorizer-cava -s")
out+=("^sep()")
[[ "$wall2themes" = "yes" ]] && out+=("<big></big> $AUTOGEN_THEMES,^checkout(colsettings2)") || out+=("<big></big> $AUTOGEN_THEMES,^checkout(colsettings2)")
out+=("^sep()")
[[ "$t2_button_lclick_action" == "random" ]] && out+=("$B_LC_ACTION: <b>[ $RAND ]</b>,^checkout(laction)") || out+=("$B_LC_ACTION: <b>[ $CHOOSE ]</b>,^checkout(laction)")
out2+=("^tag(laction)")
out2+=("^sep(Panel button left-click action)")