dots


commit
57194e3
parent
1e715df
author
chasinglightning
date
2025-01-04 14:06:36 -0500 EST
add wttr script
1 files changed,  +5, -0
A home/.config/conky/wttr.sh
+5, -0
1@@ -0,0 +1,5 @@
2+#!/bin/bash
3+
4+phantomjs --debug=yes --ignore-ssl-errors=true --ssl-protocol=TLSv1.1 --web-security=true /usr/local/share/phantomjs-1.9.8-linux-x86_64/examples/rasterize.js "http://wttr.in/New_York?0pqT" /home/kat/.config/conky/wttr.png
5+
6+magick /home/kat/.config/conky/wttr.png -crop 460x460+0+0 -transparent black /home/kat/.config/conky/wttr.png