blob: 74c01523a1b04ac7c28c92ac66abfbfe245fa12e (
plain)
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
|
markup=pango
separator=false
separator_block_width=25
[spotify]
command=playerctl metadata --format=' {{ artist }} - {{ title }}' --player=spotify --follow 2> /dev/null
min_width=550
interval=persist
[lang]
command=bash -c 'xkb-switch; xkb-switch -W'
interval=persist
[volume]
command=~/.local/share/i3blocks-modules/volume
interval=1
[backlight]
command=~/.local/share/i3blocks-modules/backlight
interval=1
[wifi]
command=~/.local/share/i3blocks-modules/wifi -f ' {ssid}'
interval=5
[battery]
command=~/.local/share/i3blocks-modules/battery -f ' {percent}%'
interval=1
[date]
command=~/.local/share/i3blocks-modules/date -f " {time}" -t "%a, %d.%m.%Y"
interval=60
[time]
command=~/.local/share/i3blocks-modules/date -f " {time}" -t "%H:%M:%S"
interval=1
|