master 0.3.1
Daniel Napora 2022-04-22 19:48:31 +02:00
parent bd1fb9ed40
commit 5cb3025154
1 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@
# TODO export to .gpl (GIMP,Inkscape) # TODO export to .gpl (GIMP,Inkscape)
# TODO PL translation # TODO PL translation
VERSION="0.3.0" VERSION="0.3.1"
TEMP_DIR=/tmp/colormenu TEMP_DIR=/tmp/colormenu
ME=${0##*/} ME=${0##*/}
@ -139,7 +139,7 @@ palettes() {
out2+=("${pal^},^checkout($tagname)") out2+=("${pal^},^checkout($tagname)")
out3+=("^tag($tagname)") out3+=("^tag($tagname)")
out3+=("^sep(${pal^})") out3+=("^sep(${pal^})")
out3+=("EXPOSE_ON_ROOTMENU,$ME setvar expose=$filename;$ME") out3+=("EXPOSE_IN_ROOTMENU,$ME setvar expose=$filename;$ME")
out3+=("^sep()") out3+=("^sep()")
while read -r color name; while read -r color name;
do do
@ -323,6 +323,7 @@ fi
out2+=("^tag(wallcolors)") out2+=("^tag(wallcolors)")
out2+=("^sep(Current wallpaper colors)") out2+=("^sep(Current wallpaper colors)")
out2+=("EXPOSE_IN_ROOTMENU ,$ME setvar expose=wallpaper;$ME") out2+=("EXPOSE_IN_ROOTMENU ,$ME setvar expose=wallpaper;$ME")
out2+=("^sep()")
while read -r color name;do while read -r color name;do
out2+=("<tt><small>$color</small> <span bgcolor='$color'><sub> </sub> <sup> </sup></span></tt> ,$ME getcolorcode '$color'") out2+=("<tt><small>$color</small> <span bgcolor='$color'><sub> </sub> <sup> </sup></span></tt> ,$ME getcolorcode '$color'")
done < "$WALLPALDIR/$WALLPAPER.clr" done < "$WALLPALDIR/$WALLPAPER.clr"