Skip to content

Instantly share code, notes, and snippets.

View notsidney's full-sized avatar

Sidney Alcantara notsidney

View GitHub Profile
@notsidney
notsidney / Unleashed.js
Last active November 17, 2021 05:58 — forked from simonbs/Unleashed.js
Scriptable widget that counts down to Apple's Unleashed event on October 18th (small widget)
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: blue; icon-glyph: apple-alt;
const TITLE = ""
const DATE = "2021-10-18T17:00:00Z"
const BG_IMG_URL = "https://i.ibb.co/1rXjnVN/bg-500w.png"
const TITLE_IMG_URL = "https://i.ibb.co/qYH3Y9w/text.png"
const TITLE_IMG_SIZE = new Size(110, 20)
const LINK = "https://www.youtube.com/watch?v=exM1uajp--A"