icons, desktop file update
11
README.md
|
@ -10,3 +10,14 @@ A menu to pick, paste and organize colors (palettes)
|
|||
- xdg-utils
|
||||
- xclip
|
||||
|
||||
## Installation
|
||||
|
||||
```
|
||||
git clone https://git.maboxlinux.org/Mabox/mbxcolors
|
||||
cd mbxcolors
|
||||
sudo make install
|
||||
|
||||
## to uninstall
|
||||
sudo make uninstall
|
||||
```
|
||||
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
# Copyright (C) Daniel Napora 2021 <napcok@gmail.com>
|
||||
# Dependencies: jgmenu, xdotool, colorpicker, xdg-utils, xclip
|
||||
# TODO notifications when copying to clipboard (imagick needed to create icon)
|
||||
# TODO check for other color-tools like gpick,gcolor2 and add launchers to menu
|
||||
|
||||
|
||||
ME=$(basename $0)
|
||||
ME=${0##*/}
|
||||
|
||||
CNF_DIR="$HOME/.config/mbxcolors"
|
||||
CNF_FILE="$CNF_DIR/mbxcolors.cfg"
|
||||
|
|
|
@ -4,6 +4,7 @@ Type=Application
|
|||
Name=MBX Colors
|
||||
Comment=Pick, paste and manage colors
|
||||
Keywords=
|
||||
StartupNotify=false
|
||||
Icon=mbxcolors
|
||||
TryExec=mbxcolors
|
||||
Exec=mbxcolors
|
||||
|
|
After Width: | Height: | Size: 981 B |
After Width: | Height: | Size: 334 B |
After Width: | Height: | Size: 321 B |
After Width: | Height: | Size: 364 B |
After Width: | Height: | Size: 467 B |
After Width: | Height: | Size: 602 B |
After Width: | Height: | Size: 649 B |
After Width: | Height: | Size: 842 B |