diff --git a/bin/mbxcolors b/bin/mbxcolors index 6c46082..414dafe 100755 --- a/bin/mbxcolors +++ b/bin/mbxcolors @@ -130,10 +130,11 @@ palettes() { out3+=("^sep(Are you sure?)") out3+=("Yes,rm '$file';$ME") done - if [[ $# = 0 ]] ; then + #if [[ $# = 0 ]] ; then + if [[ -n "$1" ]] ; then out1+=("^sep()") out1+=("Add new palette...,$ME newpalette;$ME") - out1+=("Open palette directory,xdg-open $CNF_DIR/palettes/") + out1+=("Open palette directory,xdg-open $CNF_DIR/palettes/my/") fi }