Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshjon/nocturnal
A Dimness and Night Shift menu bar app for macOS 🌙
https://github.com/joshjon/nocturnal
brightness catalina display mac macos macos-catalina menu menubar screen swift swift5 touchbar xcode
Last synced: about 1 month ago
JSON representation
A Dimness and Night Shift menu bar app for macOS 🌙
- Host: GitHub
- URL: https://github.com/joshjon/nocturnal
- Owner: joshjon
- License: gpl-3.0
- Created: 2019-11-25T13:15:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T05:16:31.000Z (about 2 years ago)
- Last Synced: 2024-08-02T16:10:15.178Z (4 months ago)
- Topics: brightness, catalina, display, mac, macos, macos-catalina, menu, menubar, screen, swift, swift5, touchbar, xcode
- Language: Swift
- Homepage: https://joshjon.github.io/nocturnal/
- Size: 8.9 MB
- Stars: 316
- Watchers: 11
- Forks: 19
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - Nocturnal
- open-source-mac-os-apps - Nocturnal - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. ![swift_icon] (Applications / Utilities)
- open-source-mac-os-apps - Nocturnal - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. ![swift_icon] (Applications / Menubar)
- awesome-swift-macos-apps - Nocturnal - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. (Utilities / Text)
- awesome-swift-macos-apps - Nocturnal - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. (Menubar / Text)
README
[![Swift Version](https://img.shields.io/badge/swift-5.0-lightgrey.svg)](https://swift.org/)
[![macOS Version](https://img.shields.io/badge/macOS->=10.13%20High%20Sierra-lightgrey.svg)](https://support.apple.com/en-us/HT208969)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-lightgrey.svg)](https://www.gnu.org/licenses/gpl-3.0)
Nocturnal
Have more control over your screen at night
### About
Nocturnal is a menu bar app for macOS that allows you to go the extra mile in controlling your display settings to reduce strain on your eyes. It includes darker than dark dimming, Night Shift fine tuning, multi-monitor support, and the ability to turn off Touch Bar on Macbook Pro.
### System Requirements
Nocturnal is only supported on macOS High Sierra 10.13 or later, and requires a Mac that supports [Night Shift](https://support.apple.com/en-us/HT207513#requirements). Apple Silicon Macs are not currently supported.
### Installation
To stay up to date install Nocturnal using [Homebrew](https://brew.sh/).
```
brew install --cask joshjon-nocturnal
```Alternatively, you can manually download the latest [release](https://github.com/joshjon/nocturnal/releases).
**Nocturnal is not currently signed with an Apple developer account. To open an unsigned app follow these steps.**
1. Control-click the app icon, then choose Open from the shortcut menu.
2. A dialog box will appear, then click Open.For more information refer to the offical [Apple support article](https://support.apple.com/en-au/guide/mac-help/mh40616/mac).
### Donate
Nocturnal will always be free and open source, however, please consider donating if you enjoy using the app.
### Build and Run
Build Nocturnal's dependencies using carthage and open the project in Xcode.
```bash
carthage bootstrap --platform Mac
open Nocturnal.xcodeproj
```