├── LICENSE ├── README.md ├── aerialbot-lite ├── README.md ├── aerialbot-lite.js └── demo.png ├── binary-date ├── README.md ├── binary-date.js └── demo.jpg ├── location-location-location ├── README.md ├── demo.jpg └── location-location-location.js ├── read-statistics ├── README.md ├── demo.jpg └── read-statistics.js ├── small-seasons ├── README.md ├── demo.jpg ├── small-seasons-background.png └── small-seasons.js └── uberspace-quota ├── README.md ├── demo.jpg ├── uberspace-quota-background.png ├── uberspace-quota.js └── uberspace-quota.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doersino/scriptable-widgets/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doersino/scriptable-widgets/HEAD/README.md -------------------------------------------------------------------------------- /aerialbot-lite/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doersino/scriptable-widgets/HEAD/aerialbot-lite/README.md -------------------------------------------------------------------------------- /aerialbot-lite/aerialbot-lite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doersino/scriptable-widgets/HEAD/aerialbot-lite/aerialbot-lite.js -------------------------------------------------------------------------------- /aerialbot-lite/demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doersino/scriptable-widgets/HEAD/aerialbot-lite/demo.png -------------------------------------------------------------------------------- /binary-date/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doersino/scriptable-widgets/HEAD/binary-date/README.md -------------------------------------------------------------------------------- /binary-date/binary-date.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doersino/scriptable-widgets/HEAD/binary-date/binary-date.js -------------------------------------------------------------------------------- /binary-date/demo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doersino/scriptable-widgets/HEAD/binary-date/demo.jpg -------------------------------------------------------------------------------- /location-location-location/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doersino/scriptable-widgets/HEAD/location-location-location/README.md -------------------------------------------------------------------------------- /location-location-location/demo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doersino/scriptable-widgets/HEAD/location-location-location/demo.jpg -------------------------------------------------------------------------------- /location-location-location/location-location-location.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doersino/scriptable-widgets/HEAD/location-location-location/location-location-location.js -------------------------------------------------------------------------------- /read-statistics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doersino/scriptable-widgets/HEAD/read-statistics/README.md -------------------------------------------------------------------------------- /read-statistics/demo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doersino/scriptable-widgets/HEAD/read-statistics/demo.jpg -------------------------------------------------------------------------------- /read-statistics/read-statistics.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doersino/scriptable-widgets/HEAD/read-statistics/read-statistics.js -------------------------------------------------------------------------------- /small-seasons/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doersino/scriptable-widgets/HEAD/small-seasons/README.md -------------------------------------------------------------------------------- /small-seasons/demo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doersino/scriptable-widgets/HEAD/small-seasons/demo.jpg -------------------------------------------------------------------------------- /small-seasons/small-seasons-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doersino/scriptable-widgets/HEAD/small-seasons/small-seasons-background.png -------------------------------------------------------------------------------- /small-seasons/small-seasons.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doersino/scriptable-widgets/HEAD/small-seasons/small-seasons.js -------------------------------------------------------------------------------- /uberspace-quota/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doersino/scriptable-widgets/HEAD/uberspace-quota/README.md -------------------------------------------------------------------------------- /uberspace-quota/demo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doersino/scriptable-widgets/HEAD/uberspace-quota/demo.jpg -------------------------------------------------------------------------------- /uberspace-quota/uberspace-quota-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doersino/scriptable-widgets/HEAD/uberspace-quota/uberspace-quota-background.png -------------------------------------------------------------------------------- /uberspace-quota/uberspace-quota.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doersino/scriptable-widgets/HEAD/uberspace-quota/uberspace-quota.js -------------------------------------------------------------------------------- /uberspace-quota/uberspace-quota.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doersino/scriptable-widgets/HEAD/uberspace-quota/uberspace-quota.php --------------------------------------------------------------------------------