diff options
| author | Julian Hurst <julian.hurst92@gmail.com> | 2020-07-09 13:31:38 +0200 |
|---|---|---|
| committer | Julian Hurst <julian.hurst92@gmail.com> | 2020-07-09 13:31:38 +0200 |
| commit | 87811aa097b05e271b2e60d14294eaf5534d197f (patch) | |
| tree | 0fa8ecc5c5387fea9a5bf64aed7aa647079806c1 /statusbar.conf | |
| parent | aa64718fd594344e089d34d2c9a077841165f92c (diff) | |
| download | statusbar-87811aa097b05e271b2e60d14294eaf5534d197f.tar.gz | |
Add battery support
Diffstat (limited to 'statusbar.conf')
| -rw-r--r-- | statusbar.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/statusbar.conf b/statusbar.conf index 6f65e03..5bbf600 100644 --- a/statusbar.conf +++ b/statusbar.conf @@ -1,5 +1,5 @@ # from left to right -sections = [ "music", "ip", "mounts", "clock" ] +sections = [ "music", "battery", "ip", "mounts", "clock" ] delay = 10 separator = " | " @@ -25,3 +25,7 @@ port = 6600 [clock] label = "" format = "Monday 2006-01-02 15:04:05" + +[battery] +label = "battery: " +sublabel = "battery" |
