Skip to content

Instantly share code, notes, and snippets.

View iiKurt's full-sized avatar
💭
Thinking of new ways to introduce bugs

Kurt iiKurt

💭
Thinking of new ways to introduce bugs
View GitHub Profile
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: brown; icon-glyph: bookmark;
// Useful links
// https://en.wikipedia.org/api/rest_v1/#/Feed/aggregatedFeed
// https://design.wikimedia.org/blog/2021/04/26/bringing-wikipedia-to-the-homescreen-on-ios.html
// https://design.wikimedia.org/blog/assets/uploads/wikipedia-widget/wikipedia-top-read-widget.png
const PREFS = {
@iiKurt
iiKurt / Mac Terminal.js
Last active February 27, 2024 07:16
Terminal widget inspired by McClockface
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: deep-gray; icon-glyph: terminal;
// Change these to yours
const username = "mobile";
const hostname = "Purple"; // can no longer automatically grab device name in iOS 16
const WINDOW_PREFS = {
bg: Color.dynamic(new Color("#FFFEFF"), new Color("#1E1E1E")),