2021-10-09 01:54:24 +02:00
|
|
|
# mbxcolors
|
|
|
|
|
2021-10-28 22:35:29 +02:00
|
|
|
A menu to quickly pick, paste and organize colors (palettes)
|
2021-10-09 01:54:24 +02:00
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
- jgmenu
|
|
|
|
- xdotool
|
2021-10-28 22:35:29 +02:00
|
|
|
- xcolor
|
|
|
|
- gcolor3
|
2021-10-09 01:54:24 +02:00
|
|
|
- xdg-utils
|
|
|
|
- xclip
|
2021-10-29 12:57:41 +02:00
|
|
|
- notify-send or better notify-send.sh
|
2021-10-09 01:54:24 +02:00
|
|
|
|
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
|
|
|
|
```
|
|
|
|
|