Merge branch 'traffic' of git://github.com/meain/bumblebee-status into meain-traffic
This commit is contained in:
commit
16359c883b
3 changed files with 83 additions and 0 deletions
|
@ -63,4 +63,8 @@
|
|||
"sensors": {
|
||||
"prefix": "sensors"
|
||||
}
|
||||
"traffic": {
|
||||
"down": { "prefix": "down"},
|
||||
"up": {"prefix": "up"}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -78,5 +78,9 @@
|
|||
},
|
||||
"sensors": {
|
||||
"prefix": "🌡"
|
||||
},
|
||||
"traffic":{
|
||||
"down": { "prefix": "" },
|
||||
"up": { "prefix": "" }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue