mirror of
https://github.com/roles-ansible/ansible_role_i3wm.git
synced 2024-08-16 10:09:53 +02:00
add https to waether link
This commit is contained in:
parent
2b13b55d49
commit
a113c5583f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ separator_block_width=15
|
|||
markup=pango
|
||||
|
||||
[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
|
||||
color=#A4C2F4
|
||||
|
||||
|
|
Loading…
Reference in a new issue