summaryrefslogtreecommitdiffstats
path: root/.config/i3blocks/config
blob: 9916f96e3c5cf6a3302f08520ea498604638ad83 (plain) (blame)
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
command=/usr/lib/i3blocks/$BLOCK_NAME
separator_block_width=15
markup=pango

[news]
command=cat ~/.newsup
interval=once
signal=6

[record]
command=cat ~/.recordingicon
interval=once
signal=9

[mpd]
label=🎼
command=i3mpd
interval=once
signal=11

[pacman]
label=📦
command=i3pacman
interval=once
signal=8

[torrents]
command=i3torrent
interval=20
signal=7

[weather]
command=i3weather
interval=3600

[mail]
label=📬
command=i3mail
interval=180
signal=12

[volume]
interval=once
command=i3volume
signal=10

[iface]
label=🌐
#instance=wlan0
interval=10

[battery]
command=i3battery
interval=5

[time]
label=📅
command=echo $(date '+%Y %b %d (%a)  %I:%M%p') 🕓
interval=30

[wifi]
command=i3wifi
instance=wlp2s0
interval=10