Add subject to weather summary notification
authorSiraaj Khandkar <siraaj@khandkar.net>
Thu, 21 Oct 2021 19:24:53 +0000 (15:24 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Thu, 21 Oct 2021 19:24:53 +0000 (15:24 -0400)
home/bin/notify_weather

index 08f67cd..91775be 100755 (executable)
@@ -1,3 +1,3 @@
 #! /bin/bash
 
-notify-send "$(< ~/.pista-out/weather-summary)" -u low
+notify-send 'weather summary' "$(< ~/.pista-out/weather-summary)" -u low
This page took 0.02521 seconds and 4 git commands to generate.