|
|
@ -17,6 +17,9 @@ static const char batteryfullfile[] = "/sys/class/power_supply/BAT0/energy_full_ |
|
|
/* time */ |
|
|
/* time */ |
|
|
static const char timeformat[] = "%y-%m-%d %H:%M:%S"; |
|
|
static const char timeformat[] = "%y-%m-%d %H:%M:%S"; |
|
|
|
|
|
|
|
|
|
|
|
/* bar update interval in seconds */ |
|
|
|
|
|
static unsigned int update_interval = 10; |
|
|
|
|
|
|
|
|
/* statusbar
|
|
|
/* statusbar
|
|
|
Possible arguments: |
|
|
Possible arguments: |
|
|
- battery (battery percentage) |
|
|
- battery (battery percentage) |
|
|
|