1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Fix polybar notification rss bug

This commit is contained in:
Ryan Kes 2020-03-20 09:24:08 +01:00
parent 4b260b802d
commit 776c31aaa5

View File

@ -1,3 +1,3 @@
#!/usr/bin/env sh
notify-send.py --replaces-process newsboat -a Newsboat -i rssowl Rss "$1" &
notify-send.py --replaces-process rsscount -a Newsboat -i rssowl Rss "$1" &