-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.i3blocks.conf
99 lines (76 loc) · 1.39 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
# 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=10
[CPU]
label=CPU
command=ps -eo pcpu,comm | sort -k 1 -nr | head -1
interval=2
#[Nvidia]
#label=Nvidia
#command=nvidia-smi --query-gpu=temperature.gpu --format=csv,noheader
#interval=10
[CPU]
label=CPU
command=sensors | grep "Core 0" | awk '{print $3}'
interval=10
[Kernel]
label=KERNEL
command=uname -r
interval=once
[load]
label=LOAD
command=/usr/local/libexec/i3blocks/load_average
interval=10
[cpu]
label=
command=/usr/local/libexec/i3blocks/cpu_usage
interval=10
min_width=100.00%
separator=true
[download]
command=~/.i3/scripts/blocklets/bandwidth.sh rx
min_width=0000 kB/s
align=right
#color=#00FF00
color=#BAFF00
interval=1 # IMPORTANT
[upload]
command=~/.i3/scripts/blocklets/bandwidth.sh tx
min_width=0000 kB/s
align=right
#color=#FF0000
color=#FF2F00
interval=1 # IMPORTANT
[memory]
label=MEM FREE
command=/usr/local/libexec/i3blocks/memory
separator=true
interval=60
[disk-home]
instance=/
command=/usr/local/libexec/i3blocks/disk
interval=60
separator=true
[time]
command=date '+%Y-%m-%d %H:%M:%S'
interval=5