This repository has been archived on 2025-01-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
home/.config/dsk/run/conky-wttr

4 lines
148 B
Bash

#! /usr/bin/env bash
source "$HOME/.location"
exec conky -c "$XDG_CONFIG_HOME/conky/conky-wttr.conf" -t "\${curl wttr.in/$LOCATION_CONKY?AQTFn 60}"