[modules/traffic] Make traffic icons prefixes again

For consistent look, make the traffic icons prefixes, and change the
alignment to left again, in order to avoid "jumping" of the icons.
This commit is contained in:
Tobias Witek 2017-04-23 07:15:30 +02:00
parent 1a82a717fa
commit 30bdab2767
3 changed files with 6 additions and 8 deletions

View file

@ -64,7 +64,7 @@
"prefix": "sensors"
},
"traffic": {
"rx": { "suffix": "down"},
"tx": {"suffix": "up"}
"rx": { "prefix": "down"},
"tx": { "prefix": "up"}
}
}

View file

@ -80,7 +80,7 @@
"prefix": "🌡"
},
"traffic":{
"rx": { "suffix": "" },
"tx": { "suffix": "" }
"rx": { "prefix": "" },
"tx": { "prefix": "" }
}
}