-
Notifications
You must be signed in to change notification settings - Fork 0
/
_i3blocks.conf
98 lines (82 loc) · 1.32 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
91
92
93
94
95
96
97
98
# 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
full_text=
align=center
color=#fdf6e3
separator=false
separator_block_width=9
#markup=pango
[separator1]
[volume]
label=♪
instance=Master
#instance=PCM
command=/usr/lib/i3blocks/volume
interval=once
signal=10
[separator1]
[cpu]
label=CPU
command=/usr/lib/i3blocks/cpu_usage
interval=10
min_width=CPU: 100.00%
[load]
label=LOAD
command=/usr/lib/i3blocks/load_average
interval=10
[memory]
label=MEM
command=/usr/lib/i3blocks/memory
interval=30
[swap]
label=SWAP
instance=swap
command=/usr/lib/i3blocks/memory
interval=30
#[disk-home]
#label=HOME
#instance=$HOME
#command=/usr/lib/i3blocks/disk
#interval=30
[separator1]
[ethernet]
label=enp1s0
instance=enp1s0
command=/usr/lib/i3blocks/iface
#color=#859900
interval=10
[bandwidth]
instance=enp1s0
command=/usr/lib/i3blocks/bandwidth
interval=1
min_width=IN 999K OUT 999K
#[separator1]
#[battery]
#label=BAT
#label=⚡
#command=/usr/lib/i3blocks/battery
#interval=30
[separator1]
[time]
command=date '+%Y-%m-%d %H:%M:%S'
interval=1