06-03-2014, 07:04 AM
How can I get remind to generate a notify-send popup at startup?
leafpad /home/user/.config/reminder.sh#!/bin/bash
sleep 3
echo "This is my reminder" | xargs -0 notify-sendchmod +x /home/user/.config/reminder.shsh /home/user/.config/reminder.sh![[Image: X5qGkCg.png]](https://imgur.com/X5qGkCg.png)