diff options
| author | Julian Hurst <julian.hurst92@gmail.com> | 2020-07-11 01:27:10 +0200 |
|---|---|---|
| committer | Julian Hurst <julian.hurst92@gmail.com> | 2020-07-11 01:27:10 +0200 |
| commit | c15493633d9dd660939ba26b633649f08e64cabd (patch) | |
| tree | 8f7b2710f52fb0289ad0529433f554eb3404c471 /statusbar.conf | |
| parent | 0fac42e5bcbe4550a17c10162d72ea44ffa5bcdb (diff) | |
| download | statusbar-c15493633d9dd660939ba26b633649f08e64cabd.tar.gz | |
Add hostname support
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" ] |
