#!/bin/sh # Set as a cron job to check for new RSS entries for newsraft. # If newsraft is open, sends it an "R" key to refresh. export XDG_RUNTIME_DIR=/tmp/hyprland export WAYLAND_DISPLAY=wayland-1 pgrep -f newsraft$ && hyprctl --instance 0 dispatch sendshortcut ,R ,title:newsraft echo  > /tmp/newsupdate pkill -RTMIN+6 "${STATUSBAR:-someblocks}" /usr/bin/newsraft -e reload-all rm -f /tmp/newsupdate pkill -RTMIN+6 "${STATUSBAR:-someblocks}"