-
Notifications
You must be signed in to change notification settings - Fork 5
/
example-i3blocks.conf
96 lines (77 loc) · 1.91 KB
/
example-i3blocks.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# i3blocks config file
# Global properties
full_text=-
color=#909090
align=center
separator=false
separator_block_width=18
markup=none
# Public IP of this machine. Determined by querying https://ifconfig.co
# regularly. Longer intervals useful, e.g. 60 seconds. To specify
# interface to monitor, pass interface name.
# command=~/.config/i3blocks-go/public-ip -ifaceName wlp2s0
[public-ip]
label=
command=~/.config/i3blocks-go/public-ip
interval=60
color=#dddddd
[separator]
# Internal IP of this machine. It is common to work behind a NAT gateway
# so that the internal IP is different from the public IP.
[internal-ip]
label=
command=~/.config/i3blocks-go/internal-ip
interval=60
color=#dddddd
[separator]
# Uptime in hh:mm format. If seconds value is desired as well,
# append '-showSeconds' flag to command.
[uptime]
label=
command=~/.config/i3blocks-go/uptime
interval=60
color=#dddddd
[separator]
# Load average of last 1, 5, and 15 minutes in long representation
# and only of the last 1 minute if space is limited in short version.
[load-average]
label=
command=~/.config/i3blocks-go/load-average
interval=10
color=#dddddd
markup=pango
[separator]
# Temperature monitor. Specify high and critical thresholds by
# supplying '-highTemp XX' and '-criticalTemp YY' flags.
[temperature]
label=
command=~/.config/i3blocks-go/temperature
interval=10
color=#dddddd
markup=pango
[separator]
# Battery indicator showing only an icon and a charge percentage.
[battery]
label=
command=~/.config/i3blocks-go/battery
interval=10
color=#dddddd
markup=pango
[separator]
# Volume level and muted information taken from command
# 'amixer sget Master'.
[volume]
label=
command=~/.config/i3blocks-go/volume
interval=5
color=#dddddd
markup=pango
[separator]
# Date and time display. Add '-showSeconds' flag to include
# current seconds value as well.
[date-time]
label=
command=~/.config/i3blocks-go/date-time
interval=20
color=#dddddd
[separator]