Merge pull request #374 from tri2820/master

Clarify testjson.sh output, fix ascii.json and ionicons.json
This commit is contained in:
tobi-wan-kenobi 2019-03-31 14:41:00 +02:00 committed by GitHub
commit 0b9d51df08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,5 @@
#!/bin/sh
find themes/ -name "*.json"|grep -v invalid|xargs cat|json_verify -s
find themes/ -name "*.json"|grep -v invalid|
while read f; do
cat "$f" | json_verify 2>&1 > /dev/null | sed "1 s@\(.*error\)@\nError in $f\n\1@g"
done

View file

@ -124,7 +124,7 @@
"new": { "prefix": "[n]" },
"modified": { "prefix": "[m]" },
"deleted": { "prefix": "[d]" }
}
},
"dunst": {
"muted": { "prefix": "dunst(muted)"},
"unmuted": { "prefix": "dunst" }

View file

@ -158,7 +158,7 @@
},
"taskwarrior": {
"prefix": "\uf454"
}
},
"dunst": {
"muted": { "prefix": "\uf39a"},
"unmuted": { "prefix": "\uf39b" }