diff options
author | Joe <rbo@gmx.us> | 2025-08-14 22:41:27 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-08-14 22:41:27 +0200 |
commit | fdcdd4ca2e99f29ce6fd3282146c14dee12a2662 (patch) | |
tree | 18f017bdb06a3afbb1a949aa755f6a558fff5488 | |
parent | linkview upgrade (diff) | |
download | dotfiles-bsd-fdcdd4ca2e99f29ce6fd3282146c14dee12a2662.tar.gz dotfiles-bsd-fdcdd4ca2e99f29ce6fd3282146c14dee12a2662.tar.bz2 dotfiles-bsd-fdcdd4ca2e99f29ce6fd3282146c14dee12a2662.tar.xz dotfiles-bsd-fdcdd4ca2e99f29ce6fd3282146c14dee12a2662.tar.zst dotfiles-bsd-fdcdd4ca2e99f29ce6fd3282146c14dee12a2662.zip |
notif
-rwxr-xr-x | .local/bin/linkview | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.local/bin/linkview b/.local/bin/linkview index d39c116..57125c3 100755 --- a/.local/bin/linkview +++ b/.local/bin/linkview @@ -73,6 +73,13 @@ sub open_link if (not $pid) { setsid(); close_io(); + system( + NOTIFYSEND_PATH, + '-u', 'low', + '-t', '2000', + 'playing media', + ' playing <b>' . $url . '</b>' + ); if (system(MPV_PATH, $url) != 0) { exec( NOTIFYSEND_PATH, |