tools: small update to the stats script.

- GTK+3 themes are CSS.
- Also check for cursor updates.
This commit is contained in:
Jehan 2022-08-28 15:16:44 +02:00
parent e52da94072
commit efbc422a9d

View file

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