From efbc422a9dec15f937ce2be0c2e601126c6dadd2 Mon Sep 17 00:00:00 2001 From: Jehan Date: Sun, 28 Aug 2022 15:16:44 +0200 Subject: [PATCH] tools: small update to the stats script. - GTK+3 themes are CSS. - Also check for cursor updates. --- tools/release-stats.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/release-stats.sh b/tools/release-stats.sh index 4b13ef762a..dc192c6743 100755 --- a/tools/release-stats.sh +++ b/tools/release-stats.sh @@ -110,7 +110,10 @@ echo "Icon designers:" git --no-pager shortlog -sn $PREV..$CUR -- "icons/*.svg" "icons/*.png" echo "Theme designers:" -git --no-pager shortlog -sn $PREV..$CUR -- "themes/*/gtkrc" "themes/*/*png" +git --no-pager shortlog -sn $PREV..$CUR -- "themes/*/*.css" "themes/*/*png" + +echo "Cursor creators:" +git --no-pager shortlog -sn $PREV..$CUR -- cursors/ echo "Resource creators:" git --no-pager shortlog -sn $PREV..$CUR -- data/ etc/ desktop/ menus/