master 0.1.6
Daniel Napora 2021-10-27 21:09:10 +02:00
parent 45b5e89c74
commit c4f0271e61
1 changed files with 3 additions and 2 deletions

View File

@ -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+=("<b>Add new</b> palette...,$ME newpalette;$ME")
out1+=("Open palette directory,xdg-open $CNF_DIR/palettes/")
out1+=("Open palette directory,xdg-open $CNF_DIR/palettes/my/")
fi
}