dots

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

commit f1ced35f096163745a6fe071f5dc828b98ee634c
parent 36011e4d1dec04a49a96b7409eebfe2b3a9c5968
Author: awy <awy@awy.one>
Date:   Sun, 21 Dec 2025 03:29:39 +0300

www

Diffstat:
M.local/bin/cron/newsup | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.local/bin/cron/newsup b/.local/bin/cron/newsup @@ -8,7 +8,7 @@ export WAYLAND_DISPLAY=wayland-1 pgrep -f newsraft$ && /usr/bin/wlrctl window focus title:newsraft && /usr/bin/wlrctl keyboard type R && exit echo "<span color='#7F7F7F'>[updating]</span>" >/tmp/newsupdate -pkill -RTMIN+6 "${STATUSBAR:-i3blocks}" +pkill -RTMIN+6 ".*blocks|waybar" /usr/bin/newsraft -e reload-all rm -f /tmp/newsupdate -pkill -RTMIN+6 "${STATUSBAR:-i3blocks}" +pkill -RTMIN+6 ".*blocks|waybar"