voidrice/.local/bin/cron
2022-08-15 15:25:16 +00:00
..
checkup no ping and other tweaks 2021-09-24 09:50:24 -04:00
crontog ~/.consaved becomes ~/.config/cronsaved (#1167) 2022-08-15 15:25:16 +00:00
newsup Small newsup fix (#1023) 2021-10-20 10:24:29 -04:00
README.md close #832 2020-11-14 15:09:25 -05:00

Important Note

These cronjobs have components that require information about your current display to display notifications correctly.

When you add them as cronjobs, I recommend you precede the command with commands as those below:

export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(id -u $USER)/bus; export DISPLAY=:0; . $HOME/.zprofile;  then_command_goes_here

This ensures that notifications will display, xdotool commands will function and environmental variables will work as well.