-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathi3blocks.conf
107 lines (85 loc) · 1.78 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
103
104
105
106
107
#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=#FFFFFF
separator=false
separator_block_width=8
border_top=2
border_left=0
border_right=0
border_bottom=0
#
#[focused window]
##command=xdotool getactivewindow getwindowname
#command=ps -e | grep $(xdotool getwindowpid $(xdotool getwindowfocus)) | grep -v grep | awk '{print $4}'
#interval=repeat
#separator=false
#color=#9fbc00
[separator]
#Requires acpi
[battery]
command=~/.i3/scripts/battery
interval=20
signal=1
markup=pango
[separator]
[volume_text]
full_text=
color=#9fbc00
[volume]
command=[[ -z "${BLOCK_BUTTON}" ]] || ( [[ "${BLOCK_BUTTON}" == "1" ]] && ((/usr/bin/pavucontrol -t 3 --name "pavucontrol-bar" || true) && $HOME/.i3/scripts/volume_control.py signal) || $HOME/.i3/scripts/volume_control.py toggle ); $HOME/.i3/scripts/volume_control.py i3blocks
interval=5
signal=1
markup=pango
[separator]
[Weather label]
full_text=
separator=false
color=#9fbc00
[weather]
command=~/.i3/scripts/weather.sh "EUR|PL|DAXX0009|Gdansk"
interval=360
separator=false
[separator]
[cpu label]
full_text=
separator=false
color=#9fbc00
[cpu]
command=sensors coretemp-isa-0000 | awk '/Physical/ { print $4 }'
interval=10
separator=false
[separator]
[uptime_text]
full_text=
separator=false
color=#9fbc00
[uptime]
command=~/.i3/scripts/uptime
interval=60
separator=false
[separator]
[date_text]
full_text=
color=#9fbc00
[date]
command=date '+%d/%m/%Y'
interval=360
separator=false
[separator]
[free_text]
full_text=
color=#9fbc00
[free]
command=df -h |awk '/home/{print $4}'
interval=360
separator=false
[separator]
[time_text]
full_text=
color=#9fbc00
[time]
command=date '+%H:%M:%S' # | sed 's/:/h/'
interval=1
separator=false