-
Notifications
You must be signed in to change notification settings - Fork 10
/
config
43 lines (35 loc) · 808 Bytes
/
config
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
[WEATHER_SIGNALER]
command=~/.config/i3blocks/weather/weather_signaler
interval=once
[WEATHER]
command=~/.config/i3blocks/weather/weather_info.sh
interval=300
color=#FEC925
signal=2
[DISK]
command=df -h / | awk '/\//{ printf(" 💾 %4s/%s \n", $4, $2) }'
interval=2
color=#C9E3DB
[BATTERY]
command=~/.config/i3blocks/battery/battery_info.sh
interval=3
[CPU]
full_text= CPU: 0.00% @ +00.0°C
command=~/.config/i3blocks/cpu/cpu_info.sh
interval=repeat
color=#00B4EB
[MEM]
command=free -h | awk '/Mem:/ { printf(" 🐏 %5s/%s \n", $3, $2) }'
interval=1
color=#FEC925
[SOUND_BURST]
command=~/.config/i3blocks/sound/sound_burst.sh
interval=once
[SOUND]
full_text= 🔇: 0%
command=~/.config/i3blocks/sound/sound_info.sh
interval=0
signal=1
[TIME_DATE]
command=date +" %a, %d %b - %H:%M:%S"
interval=1