dots


dots / themes / conky / desktop
xxwhirlpool  ·  2025-08-29

conky-wttr.sh

1#!/bin/bash
2
3cd /home/kat/.config/conky && curl -s "http://wttr.in/New+York?0pqT" | tail -n +2 | magick -size 460x460 xc:black -font "Maple Mono NF CN ExtraLight" -pointsize 15 -fill "#cdd4ee" -transparent black -annotate +0+0 "@-" wttr.png
4
5DISPLAY=:0 conky -c /home/kat/.config/conky/themes/strip-clear/dark-strip-l-clear-1920-1080.conf