parent
18d34168c7
commit
25859b99e7
|
@ -1,12 +1,13 @@
|
||||||
# mbxcolors
|
# mbxcolors
|
||||||
|
|
||||||
A menu to pick, paste and organize colors (palettes)
|
A menu to quickly pick, paste and organize colors (palettes)
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
- jgmenu
|
- jgmenu
|
||||||
- xdotool
|
- xdotool
|
||||||
- [colorpicker](https://github.com/Jack12816/colorpicker)
|
- xcolor
|
||||||
|
- gcolor3
|
||||||
- xdg-utils
|
- xdg-utils
|
||||||
- xclip
|
- xclip
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/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, xcolor, gcolor3, xdg-utils, xclip
|
||||||
# TODO check for other color-tools like gpick,gcolor2 and add launchers to menu
|
# TODO check for other color-tools like gpick,gcolor2 and add launchers to menu
|
||||||
# TODO export to .gpl (GIMP,Inkscape)
|
# TODO export to .gpl (GIMP,Inkscape)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue