diff options
Diffstat (limited to 'statusbar.conf')
| -rw-r--r-- | statusbar.conf | 5 |
1 files changed, 4 insertions, 1 deletions
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" ] |
