mirror of
https://github.com/roles-ansible/ansible_role_i3wm.git
synced 2024-08-16 10:09:53 +02:00
28 lines
474 B
Text
28 lines
474 B
Text
command=~/.config/i3blocks/$BLOCK_NAME
|
|
separator_block_width=15
|
|
markup=pango
|
|
|
|
[weather]
|
|
command=curl -Ss 'https://wttr.in?0&T&Q' | cut -c 16- | head -2 | xargs echo
|
|
interval=3600
|
|
color=#A4C2F4
|
|
|
|
[volume]
|
|
interval=30
|
|
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
|