Merge pull request #374 from tri2820/master
Clarify testjson.sh output, fix ascii.json and ionicons.json
This commit is contained in:
commit
0b9d51df08
3 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -124,7 +124,7 @@
|
|||
"new": { "prefix": "[n]" },
|
||||
"modified": { "prefix": "[m]" },
|
||||
"deleted": { "prefix": "[d]" }
|
||||
}
|
||||
},
|
||||
"dunst": {
|
||||
"muted": { "prefix": "dunst(muted)"},
|
||||
"unmuted": { "prefix": "dunst" }
|
||||
|
|
|
@ -158,7 +158,7 @@
|
|||
},
|
||||
"taskwarrior": {
|
||||
"prefix": "\uf454"
|
||||
}
|
||||
},
|
||||
"dunst": {
|
||||
"muted": { "prefix": "\uf39a"},
|
||||
"unmuted": { "prefix": "\uf39b" }
|
||||
|
|
Loading…
Reference in a new issue