hyprdots

my dotfiles
git clone https://git.awy.one/hyprdots.git
Log | Files | Refs | README | LICENSE

commit 0b1974eb4c4eb3ee8af118c9076360813381d3b4
parent f9ee470eaacd789d46f85fe8b47c212936095cd0
Author: awy <awy@awy.one>
Date:   Wed, 26 Mar 2025 00:38:26 +0300

signal

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:-waybar}" + pkill -RTMIN+5 "${STATUSBAR:-waybar}" ) & echo ) 9>"${XDG_RUNTIME_DIR}/sb-forecast.lock"