This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
index.html
63 lines (53 loc) · 3.76 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Nocturnal by joshjon</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<p align="center" class='logo'>
<img src="https://raw.githubusercontent.com/joshjon/nocturnal/master/Nocturnal/Assets.xcassets/AppIcon.appiconset/Icon-App-256x256%401x.png" alt="icon" height="160">
</p>
<h1 class="project-name">Nocturnal</h1>
<h2 class="project-tagline">A Dimness and Night Shift menu bar app for macOS</h2>
<a href="#installation" class="btn">Install Nocturnal</a>
<a href="https://github.com/joshjon/nocturnal" class="btn">View on GitHub</a>
</section>
<section class="main-content">
<p>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.</p>
<br>
<p align="center">
<img src="https://raw.githubusercontent.com/joshjon/nocturnal/master/Docs/Images/Nocturnal-Screenshot.png" alt="icon" height="380">
</p>
<h2>
<a id="installation" class="anchor" href="#installation" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Installation</h3>
<p>To stay up to date install Nocturnal using <a href="https://brew.sh/">Homebrew</a>.</p>
<pre><code>brew cask install joshjon-nocturnal</code></pre>
<p>Alternatively, you can manually download the latest <a href="https://github.com/joshjon/nocturnal/releases/download/v1.1.1/Nocturnal-1.1.1.zip">release</a>.</p>
<p><strong>Nocturnal is not currently signed with an Apple developer account. To open an unsigned app follow these steps.</strong></p>
<ol>
<li>Control-click the app icon, then choose Open from the shortcut menu.</li>
<li>A dialog box will appear, then click Open.</li>
</ol>
<p>For more information refer to the offical <a href="https://support.apple.com/en-au/guide/mac-help/mh40616/mac">Apple support article</a>.</p>
<h2>
<a id="system-requirements" class="anchor" href="#system-requirements" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>System Requirements</h3>
<p>Nocturnal is only supported on macOS High Sierra 10.13 or later, and requires a Mac that supports <a href="https://support.apple.com/en-us/HT207513#requirements">Night Shift</a>.</p>
<h2>
<a id="donate" class="anchor" href="#donate" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Donate</h3>
<p>Nocturnal will always be free and open source, however, please consider donating if you enjoy using the app.</p>
<a href="https://www.paypal.me/joshuajon/">
<img alt="PayPal Donation" src="https://raw.githubusercontent.com/joshjon/nocturnal/master/.github/donate.svg" width="165">
</a>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/joshjon/nocturnal">Nocturnal</a> is maintained by <a href="https://github.com/joshjon">Joshua Jon</a>.</span>
</footer>
</section>
</body>
</html>