-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.i3blocks.conf
73 lines (60 loc) · 1019 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
68
69
70
71
72
73
# i3blocks config file
command=/usr/lib/i3blocks/$BLOCK_NAME
separator_block_width=15
markup=none
[memory]
label=MEM
separator=true
interval=30
[memory]
label=SWAP
instance=swap
separator=true
interval=30
[iface]
instance=wlan0
color=#00FF00
interval=10
separator=true
[wifi]
label=WIFI
instance=wlp2s0u1u1
interval=10
separator=true
[bandwidth]
instance=wlp2s0u1u1
interval=5
separator_block_width=14
[disk-root]
label=root:
command=/usr/lib/i3blocks/disk /
interval=30
color=#1793D1
#[disk-home]
#label=:
#command=/usr/lib/i3blocks/disk $HOME
#interval=30
#color=#859900
[strength]
command=echo "$(iw dev wlo1 link | grep signal | cut -d " " -f 2-)"
interval=10
color=#cb4b16
[ip]
label=
command=hostname -i | awk '{ print "" $1 }'
interval=once
color=#FFFFFF
#[click]
#full_text=Click me!
#command=echo "Got clicked with button $button"
#color=#F79494
[dae]
command=/root/jdate --auto
color=#FFFFFF
interval=1
separator=true
[time]
command=date '+%Y/%m/%d %r'
color=#FFFFFF
interval=1
separator=true