Started work on adding reminders.

This commit is contained in:
Storm Dragon
2023-09-19 21:45:00 -04:00
parent 19d201ecf4
commit 15bf470616
2 changed files with 4 additions and 0 deletions

3
i38.sh
View File

@ -614,6 +614,9 @@ fi
if [[ -x "/usr/libexec/notification-daemon" ]]; then
echo 'exec_always --no-startup-id /usr/libexec/notification-daemon -r'
fi
if command -v remind &> /dev/null && command -v notify-send &> /dev/null ; then
echo "exec_always --no-startup-id $(command -v remind) -z '-k:notify-send %s &' ${HOME}/.reminders < /dev/null > /dev/null 2>&1 &"
fi
if [[ $dex -eq 0 ]]; then
echo '# Start XDG autostart .desktop files using dex. See also'
echo '# https://wiki.archlinux.org/index.php/XDG_Autostart'