-
Notifications
You must be signed in to change notification settings - Fork 2
/
.i3blocks.conf
48 lines (40 loc) · 883 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
separator=false
separator_block_width=15
#border_top=0
#border_left=0
#border_right=0
[window]
command=xtitle -s
interval=persist
separator=true
separator_block_width=30
[speaker]
markup=pango
command=$HOME/config-files/.i3blocks.d/audio sink
interval=1
[microphone]
markup=pango
command=$HOME/config-files/.i3blocks.d/audio source
interval=1
[user]
markup=pango
command=echo "<span color='#2aa198'></span> $(whoami)"
interval=3600
[brightness]
markup=pango
command=echo " <span color='#b58900'></span> $(printf '%.0f%%' $(light -G))"
interval=10
signal=2
[wireless]
markup=pango
command=$HOME/config-files/.i3blocks.d/wireless
interval=5
[battery]
markup=pango
command=$HOME/config-files/.i3blocks.d/battery
interval=10
[time]
markup=pango
label=
command=echo "<span color='#268bd2'> </span>$(date +'%a %d %b %T')"; [ -n "${BLOCK_BUTTON}" ] && xclock &
interval=1