diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-06-02 12:46:47 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-06-02 12:46:47 -0400 |
| commit | c4d6f4c027bb7e81093ec7c588f027de568e6bb6 (patch) | |
| tree | 92b550aa1c66b52661d01f92122715aa09fc706c /.local/bin/cron/newsup | |
| parent | 87b0754319a00648cd20b7f013cc821868f6d25e (diff) | |
| parent | 0df700f504cedeac1ae354c650ea80b32ab7668c (diff) | |
| download | eibhear-c4d6f4c027bb7e81093ec7c588f027de568e6bb6.tar.gz eibhear-c4d6f4c027bb7e81093ec7c588f027de568e6bb6.tar.zst eibhear-c4d6f4c027bb7e81093ec7c588f027de568e6bb6.zip | |
Merge branch 'chambln-refactor'
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 bf8898e..94cfd87 100755 --- a/.local/bin/cron/newsup +++ b/.local/bin/cron/newsup @@ -7,7 +7,7 @@ ping -q -c 1 1.1.1.1 > /dev/null || exit /usr/bin/notify-send "📰 Updating RSS feeds..." -ps ax | grep -q newsboat$ && /usr/bin/xdotool key --window "$(/usr/bin/xdotool search --name newsboat)" R && exit +pgrep -f newsboat$ && /usr/bin/xdotool key --window "$(/usr/bin/xdotool search --name newsboat)" R && exit echo 🔃 > /tmp/newsupdate pkill -RTMIN+6 "${STATUSBAR:-dwmblocks}" |
