bumblebee-status/bumblebee/themes/default.json

20 lines
211 B
JSON
Raw Normal View History

{
"defaults": {
"prefix": " ",
"suffix" : " "
},
"battery": {
"prefix": "bat ",
"states": {
"charging": {
"suffix": "+"
},
"discharging": {
"suffix": "-"
}
}
},
"time": {
}
}