summaryrefslogtreecommitdiff
path: root/statusbar.conf
diff options
context:
space:
mode:
authorJulian Hurst <julian.hurst92@gmail.com>2020-07-09 13:31:38 +0200
committerJulian Hurst <julian.hurst92@gmail.com>2020-07-09 13:31:38 +0200
commit87811aa097b05e271b2e60d14294eaf5534d197f (patch)
tree0fa8ecc5c5387fea9a5bf64aed7aa647079806c1 /statusbar.conf
parentaa64718fd594344e089d34d2c9a077841165f92c (diff)
downloadstatusbar-87811aa097b05e271b2e60d14294eaf5534d197f.tar.gz
Add battery support
Diffstat (limited to 'statusbar.conf')
-rw-r--r--statusbar.conf6
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"