forked from benkaiser/i3-wm-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathi3blocks.conf
102 lines (76 loc) · 1.33 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
99
100
101
102
full_text=†
align=center
color=#226688
separator=false
separator_block_width=0
[new_comic]
command=$HOME/.i3/update_background
full_text=New Comic
color=#FFFFFF
[seperator]
[sleep_screen]
command=sleep 1;xset dpms force off
full_text=Sleep Screen
color=#FFFFFF
[seperator]
[suspend]
command=benlock & systemctl suspend
full_text=Suspend
color=#FFFFFF
[seperator]
[screensaver]
command=xscreensaver-command -activate >> /dev/null
full_text=Screensaver
color=#FFFFFF
[seperator]
[lock]
command=benlock
full_text=Lock
color=#FFFFFF
[wifiscan]
command=iwlist wlp1s0 scan
full_text=Scan
color=#FFFFFF
[seperator]
[volume]
command=/usr/libexec/i3blocks/volume
color=#FFFFFF
signal=1
interval=once
[seperator]
[memory]
command=/usr/libexec/i3blocks/memory
color=#FFFFFF
separator=false
interval=30
[seperator]
[swap]
command=/usr/libexec/i3blocks/memory swap
color=#FFFFFF
interval=30
[seperator]
[disk-hd]
command=/usr/libexec/i3blocks/disk $HOME/HD
color=#FFFFFF
interval=30
[seperator]
[wireless]
command=/usr/libexec/i3blocks/network enp8s0 W
instance=enp8s0
color=#00FF00
interval=10
[seperator]
[ethernet]
command=/usr/libexec/i3blocks/network eno1 E
color=#00FF00
interval=10
[seperator]
[cpu]
command=/usr/libexec/i3blocks/cpu_usage
color=#FFFFFF
interval=10
[seperator]
[time]
command=date '+%Y-%m-%d %H:%M:%S'
color=#FFFFFF
interval=5