blob: ad06dac3185ca7cf8e5fc0d570b4c6dfa843338a (
plain)
1 # This is a sample configuration file
2 # Copy this to ~/.config/i3cstat.conf and make changes as you like.
3 #
4
5 [bat]
6 label = bat:
7 name = BAT0
8 display = bar
9
10 [mem]
11 label = mem:
12 display = bar
13
14 [cpu]
15 label = cpu:
16 display = bar
17
18 [fs]
19 path = /
20 interval = 30
21
22 [fs]
23 path = /tmp
24 interval = 30
25
26 [net]
27 ifname = wlo1
28 label = wlo
29
30 [net]
31 ifname = eno1
32 label = eno
33
34 [net]
35 ifname = tun0
36 label = vpn
37
38 [time]
39 tz = Greenwich
40 label = GMT:
41
42 [date]
43 tz = Greenwich
44
45 [shell]
46 label = Stuff done:
47 script = /usr/bin/dostuff.sh
48 interval = 5
|