Skip to content

Instantly share code, notes, and snippets.

@BeSpunky
Created May 9, 2023 18:19
Show Gist options
  • Save BeSpunky/607cb51037866d1f7ab5dab5314447aa to your computer and use it in GitHub Desktop.
Save BeSpunky/607cb51037866d1f7ab5dab5314447aa to your computer and use it in GitHub Desktop.
// Name: Self Care Reminder
// Description: This script will remind you to take a break from the computer every now and then.
// Schedule: 0,30 */2 * * *
import { getRandomItemFromArray } from '../lib/utils';
notify({
title: "🥰 Self Care Reminder",
message: getRandomItemFromArray((await db('well-being')).data.selfCareReminders)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment