From c15493633d9dd660939ba26b633649f08e64cabd Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Sat, 11 Jul 2020 01:27:10 +0200 Subject: Add hostname support --- statusbar.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'statusbar.conf') diff --git a/statusbar.conf b/statusbar.conf index 5bbf600..f7ac5cb 100644 --- a/statusbar.conf +++ b/statusbar.conf @@ -1,8 +1,11 @@ # from left to right -sections = [ "music", "battery", "ip", "mounts", "clock" ] +sections = [ "music", "battery", "ip", "mounts", "hostname", "clock" ] delay = 10 separator = " | " +[hostname] +label = "hostname: " + [ip] label = "IP: " interfaces = [ "eno1" ] -- cgit v1.2.3