parent
45b5e89c74
commit
c4f0271e61
|
@ -130,10 +130,11 @@ palettes() {
|
||||||
out3+=("^sep(Are you sure?)")
|
out3+=("^sep(Are you sure?)")
|
||||||
out3+=("Yes,rm '$file';$ME")
|
out3+=("Yes,rm '$file';$ME")
|
||||||
done
|
done
|
||||||
if [[ $# = 0 ]] ; then
|
#if [[ $# = 0 ]] ; then
|
||||||
|
if [[ -n "$1" ]] ; then
|
||||||
out1+=("^sep()")
|
out1+=("^sep()")
|
||||||
out1+=("<b>Add new</b> palette...,$ME newpalette;$ME")
|
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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue