diff options
| author | Julian Hurst <julian.hurst92@gmail.com> | 2020-07-05 21:34:49 +0200 |
|---|---|---|
| committer | Julian Hurst <julian.hurst92@gmail.com> | 2020-07-05 21:34:49 +0200 |
| commit | 4f94299a15f6724ec45fb27022cd45f80ca0164e (patch) | |
| tree | 9a38238419fe84737e6faebf64652374faf9b4d8 /statusbar.conf | |
| download | statusbar-4f94299a15f6724ec45fb27022cd45f80ca0164e.tar.gz | |
Initial commit
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 = "-" |
