Merge branch 'traffic' of git://github.com/meain/bumblebee-status into meain-traffic

This commit is contained in:
Tobias Witek 2017-04-22 07:45:22 +02:00
commit 16359c883b
3 changed files with 83 additions and 0 deletions

View file

@ -63,4 +63,8 @@
"sensors": {
"prefix": "sensors"
}
"traffic": {
"down": { "prefix": "down"},
"up": {"prefix": "up"}
}
}

View file

@ -78,5 +78,9 @@
},
"sensors": {
"prefix": "🌡"
},
"traffic":{
"down": { "prefix": "" },
"up": { "prefix": "" }
}
}