[themes] Do not automatically download symbols.json
In order to use symbol files, symbol.json needs to be created manually now. Also, remove symbol usage from the prepackaged themes to avoid breakage. fixes #216
This commit is contained in:
parent
1a507ec0cd
commit
13d27d4b81
2 changed files with 13 additions and 16 deletions
|
@ -3,8 +3,8 @@
|
|||
"separator": "", "padding": " ",
|
||||
"unknown": { "prefix": "" }
|
||||
},
|
||||
"date": { "prefix": "${calendar}" },
|
||||
"time": { "prefix": "${clock-o}" },
|
||||
"date": { "prefix": "" },
|
||||
"time": { "prefix": "" },
|
||||
"datetime": { "prefix": "" },
|
||||
"memory": { "prefix": "" },
|
||||
"cpu": { "prefix": "" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue