sub.Monitor icon indicating copy to clipboard operation
sub.Monitor copied to clipboard

notify -config flag does not work

Open oxben10 opened this issue 6 months ago • 0 comments

I noticed that using the -config flag doesn't send any notifications.

✅ Working command:

echo "test" | notify --silent --pc ~/.config/notify/test.com/test.yaml -id test.com

❌ Not working:

echo "test" | notify --silent -config ~/.config/notify/test.com/test.yaml -id test.com

oxben10 avatar Jun 30 '25 05:06 oxben10