diff options
author | Max Christian Pohle | 2015-08-07 15:17:37 +0200 |
---|---|---|
committer | Max Christian Pohle | 2015-08-07 15:17:37 +0200 |
commit | bc2a62d82bb8aed3136f254c68776ad342060977 (patch) | |
tree | aaeced23afa4878eeccd3ec4fc89da31e9e39c76 /Makefile | |
parent | f6d04253df0370c2c01a6dcd273a6297595045a6 (diff) | |
download | icons-bc2a62d82bb8aed3136f254c68776ad342060977.tar.bz2 icons-bc2a62d82bb8aed3136f254c68776ad342060977.zip |
fiddled around with the theme file, added some symbolic links, because some symbols were missing under xfce and replaced the audio-volume-* icons with a beautiful vu meter
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,9 +1,15 @@ | |||
1 | all: preview.png | 1 | all: clean |
2 | make generate | ||
3 | |||
4 | generate: preview.png versions update-cache | ||
2 | 5 | ||
3 | preview.png: | 6 | preview.png: |
4 | $(shell find "scalable/" -type f -name "*.png" -not -path ".git/*" | sort | feh -m -y 96 -E 96 -s -p -b trans -O preview.png -f-) | 7 | $(shell find "scalable/" -type f -name "*.png" -not -path ".git/*" | sort | feh -m -y 96 -E 96 -s -p -b trans -O preview.png -f-) |
5 | 8 | ||
6 | update: | 9 | versions: |
10 | find scalable/ -name '*.png' -exec ./generate.sh '{}' \; | ||
11 | |||
12 | update-cache: | ||
7 | gtk-update-icon-cache `pwd` | 13 | gtk-update-icon-cache `pwd` |
8 | 14 | ||
9 | clean: | 15 | clean: |