summaryrefslogtreecommitdiff
path: root/svgtopng
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2019-04-21 23:24:27 +0200
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2019-04-21 23:27:43 +0200
commitaccf5dcc83028f9177324a8968687c0806a1f93c (patch)
treebce1caae26e3b681f5a65c5763805cbe9add972d /svgtopng
parentf4968df24f224f09a7b9c65d8bf06075f22b0765 (diff)
downloadelementary-xfce-accf5dcc83028f9177324a8968687c0806a1f93c.tar.gz
Improve symbolic icons for Thunar
As Thunar wants 24px symbolic icons for its toolbar we provide them now instead of setting symbolic icons to a fixed size of 16px (which is really against their design).
Diffstat (limited to 'svgtopng')
-rwxr-xr-xsvgtopng/pngtheme.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/svgtopng/pngtheme.sh b/svgtopng/pngtheme.sh
index 7d7e44a1..6f536855 100755
--- a/svgtopng/pngtheme.sh
+++ b/svgtopng/pngtheme.sh
@@ -18,13 +18,13 @@ echo "== Processing $1"
echo " * Creating png icons from svg files and symlinks"
#ignore list customized for elementary-xfce
-find "$icondir" -iname "*.svg" -not \( -wholename "*/scalable/*" -o -wholename "*/symbolic/*" -o -wholename "*/animations/*process-*" -o -wholename "*/animations/*gnome-spinner*" -o -wholename "*/animations*pk-action-refresh*" \) -exec $cmd {} +
+find "$icondir" -iname "*.svg" -not \( -wholename "*/scalable/*" -o -wholename "*/symbolic/*" -o -wholename "*-symbolic.svg" -o -wholename "*/animations/*process-*" -o -wholename "*/animations/*gnome-spinner*" -o -wholename "*/animations*pk-action-refresh*" \) -exec $cmd {} +
echo " * Cleanup icon directory"
find "$icondir" -name "untitled folder" -type d -exec rm -rf {} +
echo " * Deleting svg files"
-find "$icondir" -iname '*.svg' -not \( -wholename "*/scalable/*" -o -wholename "*/symbolic/*" -o -wholename "*/animations/*process-*" -o -wholename "*/animations/*gnome-spinner*" -o -wholename "*/animations*pk-action-refresh*" \) -delete
+find "$icondir" -iname '*.svg' -not \( -wholename "*/scalable/*" -o -wholename "*/symbolic/*" -o -wholename "*-symbolic.svg" -o -wholename "*/animations/*process-*" -o -wholename "*/animations/*gnome-spinner*" -o -wholename "*/animations*pk-action-refresh*" \) -delete
#ignore the output if the theme depends on another one (e.g. elementary-xfce-dark needs to be converted before elementary-xfce)
echo " * Checking dangling symlinks"