-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.i3blocks.conf
79 lines (49 loc) · 908 Bytes
/
.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
# i3blocks configuration file
#
# The i3blocks man page describes the usage of the binary,
# and its website describes the configuration:
#
# https://vivien.github.io/i3blocks
# Global properties
separator=true
separator_block_width=0
#[emoticon]
#color=#ff0000
#command=echo " "
#interval=once
#[separator]
#color=#ffffff
#command=echo " "
#interval=once
#[date]
#color=#8bff00
#color=#f4b400
#command=date '+ %H:%M:%S '
#interval=1
#[separator]
#color=#4b846c
#command=echo ""
#interval=once
[network]
color=#ffffff
markup=pango
command=sh ~/Scripts/network.sh
interval=5
[separator]
color=#ffffff
command=echo " "
interval=once
[battery]
color=#d0d000
markup=pango
command=sh ~/Scripts/battery.sh
interval=120
#[separator]
##color=#4b846c
#command=echo ""
#interval=once
[memory]
color=#ffffff
markup=pango
command=sh ~/Scripts/memory.sh
interval=5