Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bellbind/DisplayModeSwitcher
Tiny status bar utility for switching display resolution on macos
https://github.com/bellbind/DisplayModeSwitcher
Last synced: 26 days ago
JSON representation
Tiny status bar utility for switching display resolution on macos
- Host: GitHub
- URL: https://github.com/bellbind/DisplayModeSwitcher
- Owner: bellbind
- License: isc
- Created: 2018-11-22T13:14:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T14:26:44.000Z (almost 6 years ago)
- Last Synced: 2024-08-03T09:06:10.618Z (4 months ago)
- Language: Swift
- Size: 634 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
- Mac-Menubar-Megalist - DisplayModeSwitcher
README
# DisplayModeSwitcher
Tiny statusbar utility for switching resolutions(display-mode) on macos
![screenshot](screenshot-dms.png)
## Install with homebrew
Install with the [bellbind/displaymodeswitcher tap](https://github.com/bellbind/homebrew-displaymodeswitcher) as:
```sh
$ brew tap bellbind/displaymodeswitcher
$ brew install displaymodeswitcher
$ ln -sf /usr/local/opt/displaymodeswitcher/DisplayModeSwitcher.app ~/Applications/
```You can launch the `DisplayModeSwitcher` app from Launchpad.
## Howto
A. This is a single swift script with shebang:
```sh
$ ./DisplayModeSwitcher.swift &
```B. Run a compiled binary with swiftc:
```sh
$ swiftc DisplayModeSwitcher.swift
$ ./DisplayModeSwitcher &
```C. Build app bundle and dmg acrchive with script:
```sh
$ brew install imagemagick webkit2png
$ ./makeappbundle.sh
$ open DisplayModeSwitcher.app
```To launch from Launchpad, copy it into `~/Applications/` as:
```sh
$ cp -a DisplayModeSwitcher.app ~/Applications/
```## License
- https://opensource.org/licenses/isc-license.txt