-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.i3block.conf
83 lines (66 loc) · 1.12 KB
/
.i3block.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
# Based on the default i3blocks config file.
# Inserir icone do font-awesome: ctrl + v u (insert mode). Ex.: ctrl + vuf101
full_text=
align=center
color=#777777
separator=false
separator_block_width=8
markup=pango
[mediaplayer]
command=~/.i3/scripts/google_music
interval=1
color=#CCCC44
separator_block_width=50
[layout]
command=~/.i3/scripts/key_layout
interval=1
separator=false
color=#8AFF92
[separator]
[date]
command=~/.i3/scripts/date
interval=360
separator=false
color=#5CCFFD
[time]
command=~/.i3/scripts/time
interval=1
separator=false
color=#FFFF00
[separator]
[cpu_usage label]
full_text=
separator=false
color=#5ccffd
[cpu_usage]
command=~/.i3/scripts/cpu2
separator=false
interval=1
min_width=35
[separator]
[mem label]
full_text=
separator=false
color=#5CCFFD
[free mem]
command=~/.i3/scripts/memory
interval=2
separator=false
min_width=35
[separator]
[cpu temp]
command=~/.i3/scripts/temp
interval=5
separator=false
markup=pango
[separator]
[battery]
command=~/.i3/scripts/battery
interval=1
separator=false
[separator]
[network]
command=~/.i3/scripts/network
interval=5
separator=false
color=#8AFF92