A collection of commands that change the Arc Browser icon on macOS.
| Theme | Command |
|---|---|
| Candy Arc | defaults write company.thebrowser.Browser currentAppIconName candy |
| ## MacAdmins Community | |
| https://aus.social/@bartreardon | |
| https://aus.social/@honestpuck | |
| https://chaos.social/@fridomac | |
| https://datboi.network/@jc0b | |
| https://floss.social/@rustymyers | |
| https://fosstodon.org/@gray | |
| https://fosstodon.org/@jaharmi | |
| https://fosstodon.org/@MScottBlake | |
| https://furry.engineer/@rabbitt |
| // | |
| // MIT License | |
| // | |
| // Copyright (c) 2023 Sophiestication Software | |
| // | |
| // Permission is hereby granted, free of charge, to any person obtaining a copy | |
| // of this software and associated documentation files (the "Software"), to deal | |
| // in the Software without restriction, including without limitation the rights | |
| // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| // copies of the Software, and to permit persons to whom the Software is |
| /* to be used with the default obsidian theme */ | |
| /* to install, add color-tweaks-minimal-tabs.css to .obsidian/snippets/ and enable in the settings */ | |
| .theme-light { | |
| --color-base-05: #fafbfd; | |
| --color-base-10: #f8f9fb; | |
| --color-base-20: #f2f4f9; | |
| --color-base-25: #dce0e8; | |
| --color-base-30: #d8dce7; | |
| --color-base-35: #cbd0dc; |
Das BMVI hat eine völlig nutzlose App gebaut. Eine Autobahn-Info App.
Nein, es gibt jetzt nämlich eine offene API für aktuelle Verwaltungsdaten in Bezug auf Baustellen-Informationen, Webcams, Parkplätze, … - bestimmt für jemand nützlich.
Hier gibt es eine OpenAPI Spec von @creckord: https://gist.github.com/creckord/a2e09267f5fdfadc2cd75eedb3182b8a
| // Variables used by Scriptable. | |
| // These must be at the very top of the file. Do not edit. | |
| // icon-color: deep-green; icon-glyph: magic; | |
| /* | |
| Apple Store-IDs: | |
| Germany | |
| R358 Berlin | |
| R366 Hamburg (Alstertal) |
| #EXTM3U | |
| #EXTINF:-1,ARD | |
| https://daserste-live.ard-mcdn.de/daserste/live/hls/de/master.m3u8 | |
| #EXTINF:-1,ARD ONE | |
| https://mcdn-one.ard.de/ardone/hls/master.m3u8 | |
| #EXTINF:-1,ARD Alpha | |
| https://mcdn.br.de/br/fs/ard_alpha/hls/de/master.m3u8 | |
| #EXTINF:-1,ARD Tagesschau | |
| https://tagesschau.akamaized.net/hls/live/2020115/tagesschau/tagesschau_1/master.m3u8 | |
| #EXTINF:-1,ZDF |
| // Variables used by Scriptable. | |
| // These must be at the very top of the file. Do not edit. | |
| // icon-color: teal; icon-glyph: apple-alt; | |
| // default zipOrStore and partNo - will be overwritten by your widget parameters | |
| let zipOrStore = '50670' | |
| let partNo = "MFHP4ZM/A" | |
| // insert your ntfy url | |
| const notifyUrl = "https://ntfy.sh/******" | |
| // force push notification - set to true in order to test that your setup is working correctly |
| // Variables used by Scriptable. | |
| // These must be at the very top of the file. Do not edit. | |
| // icon-color: gray; icon-glyph: magic; | |
| // Variables used by Scriptable. | |
| // These must be at the very top of the file. Do not edit. | |
| // icon-color: green; icon-glyph: magic; | |
| // dm Klopapier & Mehl Widget | |
| // | |
| // Copyright (C) 2020 by marco79 <marco79cgn@gmail.com> | |
| // |
| const apiUrl = "https://pass.telekom.de/api/service/generic/v1/status" | |
| let widget = await createWidget() | |
| widget.backgroundColor = new Color("#777777") | |
| if (!config.runsInWidget) { | |
| await widget.presentSmall() | |
| } | |
| Script.setWidget(widget) | |
| Script.complete() |