1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_i3wm.git synced 2024-08-16 10:09:53 +02:00
ansible_role_i3wm/files/i3blocks/config

33 lines
491 B
Text
Raw Normal View History

2020-10-14 13:18:02 +02:00
command=~/.config/i3blocks/$BLOCK_NAME
separator_block_width=15
markup=pango
[weather]
2021-11-08 14:04:29 +01:00
command=curl -Ss 'https://wttr.in?format="%l:+%c%t+%w"' | xargs echo
2021-11-08 12:19:37 +01:00
interval=600
2020-10-14 13:18:02 +02:00
color=#A4C2F4
[volume]
interval=30
signal=10
2021-04-16 12:42:28 +02:00
[wlan]
interval=1
signal=10
2020-10-14 13:18:02 +02:00
[ip]
command=hostname -i | awk '{ print " IPv4: " $1 }'
interval=120
label=🖥️
color=#91E78B
[clock]
2021-04-16 12:42:28 +02:00
label=🕒
2020-10-14 13:18:02 +02:00
command=date --iso-8601=seconds
interval=1
[ddate]
2021-04-16 12:42:28 +02:00
label=🚀
2021-05-03 13:51:06 +02:00
command=ddate +'%{%A, %d %B%}, %Y%N, Celebrate %H'
2020-10-14 13:18:02 +02:00
interval=120