Add network traffic icons & minor refactor

This commit is contained in:
Thaynã B. Moretti 2019-07-09 22:27:59 -03:00
parent 55478e2e8d
commit 21e2f46564
No known key found for this signature in database
GPG key ID: 6F6E110817B19E8D
4 changed files with 57 additions and 15 deletions

View file

@ -129,6 +129,10 @@
"rx": { "prefix": "\uf365" },
"tx": { "prefix": "\uf35f" }
},
"network_traffic": {
"rx": { "prefix": "\uf365" },
"tx": { "prefix": "\uf35f" }
},
"mpd": {
"playing": { "prefix": "\uf488" },
"paused": { "prefix": "\uf210" },