From bc2a62d82bb8aed3136f254c68776ad342060977 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Fri, 7 Aug 2015 15:17:37 +0200 Subject: 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 --- Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2055323..78d9192 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,15 @@ -all: preview.png +all: clean + make generate + +generate: preview.png versions update-cache preview.png: $(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-) -update: +versions: + find scalable/ -name '*.png' -exec ./generate.sh '{}' \; + +update-cache: gtk-update-icon-cache `pwd` clean: -- cgit v1.2.3