-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathi3blocks.conf
91 lines (79 loc) · 1.26 KB
/
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
# i3blocks config file
#
# Please see man i3blocks for a complete reference!
# The man page is also hosted at http://vivien.github.io/i3blocks
#
# List of valid properties:
#
# align
# color
# command
# full_text
# instance
# interval
# label
# min_width
# name
# separator
# separator_block_width
# short_text
# signal
# urgent
# Global properties
separator_block_width=15
[bandwidth]
#label=BAND
instance=wlp2s0
command=/usr/lib/i3blocks/bandwidth
interval=2
min_width=Q999KQ999K
align=right
[volume]
label=
#label=♪
instance=Master
#instance=PCM
command=/usr/lib/i3blocks/volume
interval=1
signal=10
[memory]
label=
command=/usr/lib/i3blocks/memory
#separator=false
interval=5
[disk-home]
label=DISK
instance=$HOME
command=/usr/lib/i3blocks/disk
interval=30
[wireless]
label=
#instance=wlan0
instance=wlp2s0
command=/usr/lib/i3blocks/wifi
color=#00FF00
interval=5
[cpu]
label=
command=/usr/lib/i3blocks/cpu_usage
interval=1
min_width= 99.0%
#align=right
#separator=false
[temperature]
label=
command=/usr/lib/i3blocks/temperature
min_width=99.9°C
interval=1
[load]
label=
command=/usr/lib/i3blocks/load_average
interval=1
[battery]
label=
#label=
command=/usr/lib/i3blocks/battery
interval=5
[time]
command=date '+%Y-%m-%d %H:%M '
interval=5