-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.i3blocks.conf
68 lines (58 loc) · 948 Bytes
/
.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
# 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
[wireless]
label=
instance=wlp3s0
command=/home/reed/.i3/bar/network
interval=10
[volume]
instance=Master
command=/home/reed/.i3/bar/volume
interval=1
signal=10
[memory]
label=
command=/home/reed/.i3/bar/memory
interval=30
[pacman]
label=
command=yaourt -Qqau | wc -l
interval=3600
[cpu]
label=CPU
command=/usr/libexec/i3blocks/cpu_usage
interval=10
min_width=CPU: 100.00%
[battery]
label=
command=/home/reed/.i3/bar/battery
interval=30
[time]
color=#cccccc
command=date '+%H:%M:%S'
interval=1
[date]
color=#cccccc
command=date '+%d/%m/%Y'
interval=5