bumblebee-status/bumblebee/themes/default.json

22 lines
255 B
JSON
Raw Normal View History

{
"defaults": {
"prefix": " ",
"suffix" : " "
},
"battery": {
"prefix": "bat ",
"states": {
"charging": {
"suffix": "+ ",
"fg": "#00ff00"
},
"discharging": {
"suffix": "- ",
"fg": "#ff0000"
}
}
},
"time": {
}
}