From 4763f8035ec1f230cb4edcd75ce38d9f6d32d7c2 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Thu, 21 Oct 2021 15:24:53 -0400 Subject: [PATCH] Add subject to weather summary notification --- home/bin/notify_weather | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1