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