desktop file and 2 more palettes
parent
cd8842a249
commit
9e506bfedc
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Copyright (C) Daniel Napora 2021 <napcok@gmail.com>
|
# Copyright (C) Daniel Napora 2021 <napcok@gmail.com>
|
||||||
# Dependencies: jgmenu, xdotool, colorpicker, xdg-utils, xclip
|
# Dependencies: jgmenu, xdotool, colorpicker, xdg-utils, xclip
|
||||||
# TODO
|
|
||||||
|
|
||||||
ME=$(basename $0)
|
ME=$(basename $0)
|
||||||
|
|
||||||
|
@ -254,7 +254,8 @@ position
|
||||||
mkconfigfile
|
mkconfigfile
|
||||||
|
|
||||||
trap "rm -f ${CONFIG_FILE} ${MENU_ITEMS}" EXIT
|
trap "rm -f ${CONFIG_FILE} ${MENU_ITEMS}" EXIT
|
||||||
out+=("^sep(<span bgcolor='#800000'> </span><span fgcolor='#800000' bgcolor='#FABD2F'> mbx </span><span fgcolor='#FABD2F' bgcolor='#800000'> colors </span><span bgcolor='#FABD2F'> </span> <sup><span font_weight='light'>[$action $format]</span></sup>)")
|
out+=("^sep(mbxcolors <sup><span font_weight='light'> [$action $format]</span></sup>)")
|
||||||
|
#out+=("^sep(<span bgcolor='#800000'> </span><span fgcolor='#800000' bgcolor='#FABD2F'> mbx </span><span fgcolor='#FABD2F' bgcolor='#800000'> colors </span><span bgcolor='#FABD2F'> </span> <sup><span font_weight='light'>[$action $format]</span></sup>)")
|
||||||
out+=("<b>Pick</b> color from screen...,$ME pickcolor")
|
out+=("<b>Pick</b> color from screen...,$ME pickcolor")
|
||||||
# exposed thing
|
# exposed thing
|
||||||
case "$expose" in
|
case "$expose" in
|
||||||
|
|
|
@ -4,7 +4,7 @@ Type=Application
|
||||||
Name=MBX Colors
|
Name=MBX Colors
|
||||||
Comment=Pick, paste and manage colors
|
Comment=Pick, paste and manage colors
|
||||||
Keywords=
|
Keywords=
|
||||||
Icon=color
|
Icon=mbxcolors
|
||||||
TryExec=mbxcolors
|
TryExec=mbxcolors
|
||||||
Exec=mbxcolors
|
Exec=mbxcolors
|
||||||
Categories=Graphics;
|
Categories=Graphics;
|
||||||
|
|
|
@ -0,0 +1,44 @@
|
||||||
|
#FFFFFF
|
||||||
|
#F5F6E8
|
||||||
|
#F8C09D
|
||||||
|
#EF937E
|
||||||
|
#EA676C
|
||||||
|
#FFF79C
|
||||||
|
#FED883
|
||||||
|
#FEBE40
|
||||||
|
#EC7523
|
||||||
|
#E3482C
|
||||||
|
#DC1C4B
|
||||||
|
#B31E48
|
||||||
|
#EE8EB4
|
||||||
|
#DD527C
|
||||||
|
#DC166D
|
||||||
|
#9B1D5A
|
||||||
|
#6F1E49
|
||||||
|
#DD94C1
|
||||||
|
#B557A1
|
||||||
|
#612D82
|
||||||
|
#432355
|
||||||
|
#5E79BC
|
||||||
|
#87D1EE
|
||||||
|
#2BB3CD
|
||||||
|
#2276BC
|
||||||
|
#1D5C87
|
||||||
|
#7ECDCA
|
||||||
|
#30B1AD
|
||||||
|
#1F8B95
|
||||||
|
#50B86B
|
||||||
|
#C9DB53
|
||||||
|
#8FC23F
|
||||||
|
#D0AD9A
|
||||||
|
#9A605C
|
||||||
|
#66342D
|
||||||
|
#311A12
|
||||||
|
#D0E2EE
|
||||||
|
#AABFD0
|
||||||
|
#7D8E9E
|
||||||
|
#5B6571
|
||||||
|
#3A4D5C
|
||||||
|
#143441
|
||||||
|
#0F2437
|
||||||
|
#000000
|
|
@ -0,0 +1,19 @@
|
||||||
|
#F44336 red
|
||||||
|
#E91E63 pink
|
||||||
|
#9C27B0 purple
|
||||||
|
#673AB7 deep purple
|
||||||
|
#3F51B5 indigo
|
||||||
|
#2196F3 blue
|
||||||
|
#03A9F4 light blue
|
||||||
|
#00BCD4 cyan
|
||||||
|
#009688 teal
|
||||||
|
#4CAF50 green
|
||||||
|
#8BC34A light green
|
||||||
|
#CDDC39 lime
|
||||||
|
#FFEB3B yellow
|
||||||
|
#FFC107 amber
|
||||||
|
#FF9800 orange
|
||||||
|
#FF5722 deep orange
|
||||||
|
#795548 brown
|
||||||
|
#9E9E9E grey
|
||||||
|
#607D8B blue grey
|
Loading…
Reference in New Issue