commit 3c1cf17b97bb1e64b2dae3e404f51b82c0bb3b08 parent c1fcae229a002cd8b4af99fe9cb4e3ac597d0469 Author: awy <awy@awy.one> Date: Sat, 15 Feb 2025 03:31:56 +0300 forecast Diffstat:
M | .local/bin/statusbar/sb-forecast | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/statusbar/sb-forecast b/.local/bin/statusbar/sb-forecast @@ -60,6 +60,6 @@ checkforecast && showweather || done ! checkforecast && until getforecast; do sleep 60; done - pkill -RTMIN+"${1:-5}" "${STATUSBAR:-someblocks}" + pkill -RTMIN+"${1:-5}" "${STATUSBAR:-i3blocks}" ) & echo ) 9>"${XDG_RUNTIME_DIR}/sb-forecast.lock"