This repository has been archived by the owner on May 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed issue with preserving last intensity change to setMode from setEnabled - You can see color temperature under status if you press option while click the menubar icon
- Loading branch information
1 parent
8861abe
commit c101935
Showing
8 changed files
with
93 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-37.8 KB
(65%)
...codeproj/project.xcworkspace/xcuserdata/isaias.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,25 +3,26 @@ | |
<head> | ||
<title>Credits</title> | ||
<style type="text/css"> | ||
#main { | ||
font-family: Helvatica Neue, sans-serif; | ||
width: 500px; | ||
height: 100%; | ||
body { | ||
font-family: sans-serif; | ||
width: auto; | ||
height: auto; | ||
max-width: 100%; | ||
margin: 1px auto; | ||
display: block; | ||
margin-top: 20px; | ||
margin-bottom: 20px; | ||
} | ||
p, h3 { | ||
p { | ||
text-align: center; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div id="main"> | ||
<h3>Credits</h3> | ||
<p>Based on the CoreBrightness private API exposed by <strong>Eric Lanini</strong> in his <a href="https://github.com/elanini/NightShifter/">github repository.</a></p> | ||
<p><strong>GitHub:</strong> <a href="https://github.com/isaiasmatewos/night-shift-control">https://github.com/isaiasmatewos/night-shift-control</a></p> | ||
<p><strong>Email:</strong> <a href="mailto:[email protected]">[email protected]</a> </p> | ||
<p>GitHub: <a href="https://github.com/isaiasmatewos/night-shift-control">https://github.com/isaiasmatewos/night-shift-control</a></p> | ||
<p>Email: <a href="mailto:[email protected]">[email protected]</a> </p> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters