From: Siraaj Khandkar Date: Thu, 21 Oct 2021 19:24:53 +0000 (-0400) Subject: Add subject to weather summary notification X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=4763f8035ec1f230cb4edcd75ce38d9f6d32d7c2 Add subject to weather summary notification --- diff --git a/home/bin/notify_weather b/home/bin/notify_weather index 08f67cd..91775be 100755 --- a/home/bin/notify_weather +++ b/home/bin/notify_weather @@ -1,3 +1,3 @@ #! /bin/bash -notify-send "$(< ~/.pista-out/weather-summary)" -u low +notify-send 'weather summary' "$(< ~/.pista-out/weather-summary)" -u low