Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
smudge
/
nightlight
Public
Notifications
You must be signed in to change notification settings
Fork
9
Star
284
Code
Issues
8
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit History
Commits on Jul 14, 2025
Increment to a 1.0 release (semver from now on!)
smudge
committed
77f8ce8
Copy full SHA for 77f8ce8
feat: toggle nightlight by default instead of printing the help menu (#30)
Show description for 08481a5
thapabishwa
authored
08481a5
Copy full SHA for 08481a5
Commits on Apr 29, 2025
Update README to reflect version bump
smudge
committed
c63dbb1
Copy full SHA for c63dbb1
Update Cargo Edition (#26)
Show description for cd80181
aspauldingcode
authored
cd80181
Copy full SHA for cd80181
Commits on Apr 21, 2025
Merge pull request #25 from smudge/development
Show description for 3a9f10f
aspauldingcode
authored
3a9f10f
Copy full SHA for 3a9f10f
create dev branch
aspauldingcode
committed
8fb420b
Copy full SHA for 8fb420b
Commits on Apr 6, 2021
Merge pull request #18 from smudge/toggle
Show description for 03595a6
smudge
authored
03595a6
Copy full SHA for 03595a6
Increment version
smudge
committed
f062dd2
Copy full SHA for f062dd2
Add README and update help text
smudge
committed
8da910f
Copy full SHA for 8da910f
Add a toggle command to the CLI
smudge
committed
0068c62
Copy full SHA for 0068c62
Commits on Oct 16, 2020
Merge pull request #16 from tjtelan/input_kelvin
Show description for bdd50dc
smudge
authored
bdd50dc
Copy full SHA for bdd50dc
Commits on Oct 1, 2020
Adding support for temp input as kelvin
Show description for 8f0f460
T.J
committed
8f0f460
Copy full SHA for 8f0f460
Commits on Sep 15, 2020
Merge pull request #14 from vitorgalvao/patch-1
Show description for 7ead37e
smudge
authored
7ead37e
Copy full SHA for 7ead37e
README.md: brew tap and install in single command
vitorgalvao
authored
84f9c66
Copy full SHA for 84f9c66
Commits on Jun 22, 2020
Merge pull request #13 from smudge/gnome-support
Show description for 30997b3
smudge
authored
30997b3
Copy full SHA for 30997b3
Bump to 0.2.0 (proof-of-concept Linux support!)
smudge
committed
91d31e7
Copy full SHA for 91d31e7
Get 'set_strength' working properly
smudge
committed
1addf31
Copy full SHA for 1addf31
Get write actions actually writing (need to call 'sync')
smudge
committed
d5296b5
Copy full SHA for d5296b5
Define set_mode/get_mode
smudge
committed
e4f3b78
Copy full SHA for e4f3b78
Implement 'set_schedule' and 'get_schedule'
smudge
committed
1b6431d
Copy full SHA for 1b6431d
Commits on Jun 21, 2020
Implement set_strength and get_strength
smudge
committed
5f6864f
Copy full SHA for 5f6864f
Commits on Jun 17, 2020
WIP: starting to access gnome settings, status works
Show description for d007958
smudge
committed
d007958
Copy full SHA for d007958
Commits on Jun 16, 2020
Rename CBBlueLightClient to Client
smudge
committed
c245199
Copy full SHA for c245199
autoformatting (only works on my mac)
smudge
committed
202a7b3
Copy full SHA for 202a7b3
Ok but actually fix macos build
smudge
committed
e103b6b
Copy full SHA for e103b6b
[WIP] Get it building on linux (and nothing else)
smudge
committed
5c2bf0b
Copy full SHA for 5c2bf0b
Commits on Jun 15, 2020
Only install objc/objc-foundation on macos
smudge
committed
ab15ec6
Copy full SHA for ab15ec6
Commits on May 8, 2020
Bump version, update README and TODO
Show description for 7f546fb
smudge
committed
7f546fb
Copy full SHA for 7f546fb
Merge pull request #10 from smudge/fix-padding-error
Show description for 0f590be
smudge
authored
0f590be
Copy full SHA for 0f590be
Use actual uninit memory, not zeroed
smudge
committed
88af762
Copy full SHA for 88af762
Don't initialize & leak memory for get_strength
smudge
committed
3fe0bcb
Copy full SHA for 3fe0bcb
Okay, I understand how this works now
Show description for 2432357
smudge
committed
2432357
Copy full SHA for 2432357
Implement 'overflowed_struct' on inner
smudge
committed
e59d386
Copy full SHA for e59d386
Pull client construction out into helper
smudge
committed
e3ec3b7
Copy full SHA for e3ec3b7
Allocate everything on the heap
smudge
committed
6e1b88d
Copy full SHA for 6e1b88d
Pagination
Previous
Next
You can’t perform that action at this time.