mbxcolors/README.md

24 lines
329 B
Markdown
Raw Normal View History

2021-10-09 01:54:24 +02:00
# mbxcolors
A menu to pick, paste and organize colors (palettes)
## Dependencies
- jgmenu
- xdotool
2021-10-11 20:10:22 +02:00
- [colorpicker](https://github.com/Jack12816/colorpicker)
2021-10-09 01:54:24 +02:00
- xdg-utils
- xclip
2021-10-26 15:35:39 +02:00
## Installation
```
git clone https://git.maboxlinux.org/Mabox/mbxcolors
cd mbxcolors
sudo make install
## to uninstall
sudo make uninstall
```