forked from anishathalye/dotfiles_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathi3blocks.conf
101 lines (76 loc) · 1.46 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
# 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
command=$SCRIPT_DIR/$BLOCK_NAME
# [focused window]
# command=xdotool getactivewindow getwindowname
# interval=repeat
# separator=false
# color=#9fbc00
# [separator]
# [volume]
# color=#6D6DFF
# interval=once
# signal=10
# [openmw label]
# full_text=
# color=#9fbc00
# [openmw]
# command=curl -s https://gist.githubusercontent.com/vivien/7535f85928558fffb11d/raw/openmw.rb | ruby
# interval=3600
[separator]
[Weather label]
full_text=☂ฺ
separator=false
color=#a1c659
[weather]
command=~/.i3/scripts/weather.sh "21012"
interval=360
separator=false
color=#d381c3
[separator]
[netcheck]
command=~/.i3/scripts/netcheck.sh
interval=5
separator=false
[separator]
[storage]
command=~/.i3/scripts/storage.sh
interval=5
separator=false
# [separator]
# [owncloud]
# command=~/.i3/scripts/owncloud.sh
# interval=10
# separator=false
[separator]
[highstate]
command=~/.i3/scripts/highstate.sh
interval=60
separator=false
[separator]
[battery]
command=~/.i3/scripts/battery.sh
interval=10
separator=false
[audio]
command=~/.i3/scripts/audio.sh
interval=2
separator=false
[separator]
[date]
command=date '+%Y-%m-%d'
interval=360
separator=false
color=#76c7b7
[separator]
[time]
command=date '+%H:%M:%S' # | sed 's/:/h/'
interval=1
separator=false
color=#76c7b7
[separator]