From 4f94299a15f6724ec45fb27022cd45f80ca0164e Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Sun, 5 Jul 2020 21:34:49 +0200 Subject: Initial commit --- statusbar.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 statusbar.conf (limited to 'statusbar.conf') diff --git a/statusbar.conf b/statusbar.conf new file mode 100644 index 0000000..dc46741 --- /dev/null +++ b/statusbar.conf @@ -0,0 +1,15 @@ +separator = " | " + +[ip] +label = "IP: " +interfaces = [ "eno1" ] +ipv4only = true + +[mounts] +label = "mounts: " +mountpoints = [ "/", "/mnt/storage", "/mnt/storage1" ] + +[music] +labelplaying = "▶ " +labelpaused = "⏸ " +labelstopped = "-" -- cgit v1.2.3