소스 검색

added wttr.in weather

Fabian Peter Hammerle 5 년 전
부모
커밋
51b73ad5a4
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      config

+ 4 - 0
config

@@ -49,6 +49,10 @@ interval=10
 label=⚡
 interval=30
 
+[weather]
+command=curl --silent 'https://wttr.in/?format=%c+%t'
+interval=600
+
 [time]
 command=date '+%a %Y-%m-%d %H:%M:%S'
 interval=5