https://github.com/rknightuk/touchbarwidgets
Scripts for my BetterTouchTool Touch Bar widgets
https://github.com/rknightuk/touchbarwidgets
Last synced: 3 months ago
JSON representation
Scripts for my BetterTouchTool Touch Bar widgets
- Host: GitHub
- URL: https://github.com/rknightuk/touchbarwidgets
- Owner: rknightuk
- Created: 2017-07-22T12:00:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-22T12:02:41.000Z (almost 8 years ago)
- Last Synced: 2025-02-03T22:08:37.614Z (5 months ago)
- Language: AppleScript
- Size: 544 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## TouchBar Customisations and Script


### Setting Up BetterTouchTool
To always show BetterTouchTool set the TouchBar settings to the following:

To toggle between BTT and the default TouchBar, go to Keyboard > Add New Shortcut and set the FN key (or whatever you want) to "Toggle BetterTouchTool Touch Bar".
### Widgets
Widgets on BetterTouchTool have two parts: the output and the action. The output shows data from an AppleScript and the action triggers an action (like playback controls).
- Caffeine
- [`caffeine/status.applescript`](caffeine/status.applescript) for showing the status. Activate disabled icon on "`Inactive`"
- [`caffeine/toggle.applescript`](caffeine/toggle.applescript) for the action to toggle
- iTunes/Spotify
- `nowplaying.applescript` to show now playing. Activate alternate icon on `iTunes/Spotify`
- Media Controls
- *NB: Relies on [BeardedSpice](https://github.com/beardedspice/beardedspice) to trigger media controls*
- [`playback/playpause.applescript`](playback/playpause.applescript) for the play/pause button display. Checks against iTunes and Spotify.
- [`playback/control.applescript`](playback/control.applescript) for triggering controls
- VPN
- [`vpn/status.applescript`](vpn/status.applescript) to show status. Set `VPNName` to name of VPN from network settings