This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 = { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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")), |