From b35e13cb9e2993ebb82d08722058fe057b616d5f Mon Sep 17 00:00:00 2001 From: stkhan Date: Sat, 22 Jun 2024 14:34:42 -0500 Subject: Fix conflict with dwmblocks --- nws | 1 + 1 file changed, 1 insertion(+) (limited to 'nws') diff --git a/nws b/nws index 96aa01e..12a5d3a 100755 --- a/nws +++ b/nws @@ -68,6 +68,7 @@ esac show_alerts() { colors + cleanup curl -s "https://api.weather.gov/alerts/active/zone/${countyId}" >> ~/.cache/.weather_alerts length=$(echo $(jq '.features | length' ~/.cache/.weather_alerts) -1 | bc) count=0 -- cgit v1.2.3