From 87811aa097b05e271b2e60d14294eaf5534d197f Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Thu, 9 Jul 2020 13:31:38 +0200 Subject: Add battery support --- statusbar.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'statusbar.conf') 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" -- cgit v1.2.3