mirror of
https://github.com/roles-ansible/ansible_role_i3wm.git
synced 2024-08-16 10:09:53 +02:00
Merge pull request #4 from roles-ansible/i3blocks
add https to wttr.in link
This commit is contained in:
commit
6214f84b3d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ separator_block_width=15
|
||||||
markup=pango
|
markup=pango
|
||||||
|
|
||||||
[weather]
|
[weather]
|
||||||
command=curl -Ss 'wttr.in?format="%l:+%c%t+%w\n"' | xargs echo
|
command=curl -Ss 'https://wttr.in?format="%l:+%c%t+%w"' | xargs echo
|
||||||
interval=600
|
interval=600
|
||||||
color=#A4C2F4
|
color=#A4C2F4
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue