mirror of
https://github.com/roles-ansible/ansible_role_i3wm.git
synced 2024-08-16 10:09:53 +02:00
32 lines
491 B
Text
32 lines
491 B
Text
command=~/.config/i3blocks/$BLOCK_NAME
|
|
separator_block_width=15
|
|
markup=pango
|
|
|
|
[weather]
|
|
command=curl -Ss 'https://wttr.in?format="%l:+%c%t+%w"' | xargs echo
|
|
interval=600
|
|
color=#A4C2F4
|
|
|
|
[volume]
|
|
interval=30
|
|
signal=10
|
|
|
|
[wlan]
|
|
interval=1
|
|
signal=10
|
|
|
|
[ip]
|
|
command=hostname -i | awk '{ print " IPv4: " $1 }'
|
|
interval=120
|
|
label=🖥️
|
|
color=#91E78B
|
|
|
|
[clock]
|
|
label=🕒
|
|
command=date --iso-8601=seconds
|
|
interval=1
|
|
|
|
[ddate]
|
|
label=🚀
|
|
command=ddate +'%{%A, %d %B%}, %Y%N, Celebrate %H'
|
|
interval=120
|