mirror of
https://github.com/roles-ansible/ansible_role_i3wm.git
synced 2024-08-16 10:09:53 +02:00
32 lines
509 B
Text
32 lines
509 B
Text
command=~/.config/i3blocks/$BLOCK_NAME
|
|
separator_block_width=15
|
|
markup=pango
|
|
|
|
[weather]
|
|
command=curl -Ss 'https://wttr.in?0&T' | cut -c 16- | head -4 | tail -2 | xargs echo
|
|
interval=1800
|
|
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%tCelebrate %H'
|
|
interval=120
|