icons, desktop file update

master
Daniel Napora 2021-10-26 15:35:39 +02:00
parent 8f128c6413
commit 6ebae82229
11 changed files with 15 additions and 1 deletions

View File

@ -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
```

View File

@ -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"

View File

@ -4,6 +4,7 @@ Type=Application
Name=MBX Colors
Comment=Pick, paste and manage colors
Keywords=
StartupNotify=false
Icon=mbxcolors
TryExec=mbxcolors
Exec=mbxcolors

Binary file not shown.

After

Width:  |  Height:  |  Size: 981 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 467 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 842 B