summaryrefslogtreecommitdiff
path: root/statusbar.conf
blob: 716359718c2575155c6d0194005fc6bec09fabb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
sections = [ "music", "ip", "mounts", "clock" ]
delay = 10
separator = "  |  "

[ip]
label = "IP: "
interfaces = [ "eno1" ]
ipv4only = true

[mounts]
label = "mounts: "
mountpoints = [ "/", "/mnt/storage", "/mnt/storage1" ]

[music]
labelplaying = "▶  "
labelpaused = "⏸  "
labelstopped = "-"

[clock]
label = ""
format = "Monday 2006-01-02 15:04:05"