tools: small update to the stats script.
- GTK+3 themes are CSS. - Also check for cursor updates.
This commit is contained in:
parent
e52da94072
commit
efbc422a9d
1 changed files with 4 additions and 1 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in a new issue