We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dunst: https://github.com/dunst-project/dunst
I can immediately combine this with setting up pretty notifications that run on a cron schedule:
* * * * 1 DISPLAY=:0 notify-send "hello world"
For my installation script repo I can create a file containing crontabs and run crontab <file-name> to import them to the current user.
crontab <file-name>
The text was updated successfully, but these errors were encountered:
Add crontab
d77fc67
On install can be imported using `crontab <file-name>` See: #34
No branches or pull requests
Dunst: https://github.com/dunst-project/dunst
I can immediately combine this with setting up pretty notifications that run on a cron schedule:
For my installation script repo I can create a file containing crontabs and run
crontab <file-name>
to import them to the current user.The text was updated successfully, but these errors were encountered: