blob: dba4585c5e81bfa95974a74d47d52ecdea0e910d (
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 # fmt = %T
42 # fmt = %H:%S
43
44 [date]
45 tz = Greenwich
46 # fmt = %F
47
48 [shell]
49 label = Stuff done:
50 script = /usr/bin/dostuff.sh
51 interval = 5
|