diff --git a/bin/mbxcolors b/bin/mbxcolors index 0d1faed..81ea5d7 100755 --- a/bin/mbxcolors +++ b/bin/mbxcolors @@ -5,7 +5,7 @@ # TODO export to .gpl (GIMP,Inkscape) # TODO PL translation -VERSION="0.3.0" +VERSION="0.3.1" TEMP_DIR=/tmp/colormenu ME=${0##*/} @@ -139,7 +139,7 @@ palettes() { out2+=("${pal^},^checkout($tagname)") out3+=("^tag($tagname)") out3+=("^sep(${pal^})") - out3+=("EXPOSE_ON_ROOTMENU,$ME setvar expose=$filename;$ME") + out3+=("EXPOSE_IN_ROOTMENU,$ME setvar expose=$filename;$ME") out3+=("^sep()") while read -r color name; do @@ -323,6 +323,7 @@ fi out2+=("^tag(wallcolors)") out2+=("^sep(Current wallpaper colors)") out2+=("EXPOSE_IN_ROOTMENU ,$ME setvar expose=wallpaper;$ME") +out2+=("^sep()") while read -r color name;do out2+=("$color ,$ME getcolorcode '$color'") done < "$WALLPALDIR/$WALLPAPER.clr"