diff options
| author | awy <awy@awy.one> | 2025-11-02 00:56:22 +0300 | 
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-02 00:56:22 +0300 | 
| commit | 6849af02ffc76224c6b3ac441591ccbf2f71d556 (patch) | |
| tree | aa2bfae746fb761127cc2dac8199a151ff7ff673 /.local/bin/cron/newsup | |
| parent | b50a984b506d71a77d72195af5ec680047a6ef17 (diff) | |
| download | hyprdots-6849af02ffc76224c6b3ac441591ccbf2f71d556.tar.gz | |
up
Diffstat (limited to '.local/bin/cron/newsup')
| -rwxr-xr-x | .local/bin/cron/newsup | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/cron/newsup b/.local/bin/cron/newsup index e74fd95..5a32a53 100755 --- a/.local/bin/cron/newsup +++ b/.local/bin/cron/newsup @@ -10,7 +10,7 @@ export WAYLAND_DISPLAY=wayland-1  pgrep -f newsraft$ && hyprctl --instance 0 dispatch sendshortcut ,R ,title:newsraft -echo 🔃 > /tmp/newsupdate +echo  > /tmp/newsupdate  pkill -RTMIN+6 "${STATUSBAR:-waybar}"  /usr/bin/newsraft -e reload-all  rm -f /tmp/newsupdate  |