-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
# nimredshift | ||
a minimalistic redshift GUI written in nim for Raspberry py OS | ||
A minimalist GUI for redshift on Raspberry py OS to change screen temperature, written in nim. It just a script written for my own usage, but someone might find it useful. It's much like [the one I wrote in python](https://github.com/aldoniel/pyredshift) except that the startup time is reduced because it's compiled, so you don't have to wait for the python interpreter to load. Also it's badly written because I just read the two first nim tuto, but it works. | ||
|
||
# Install | ||
* you need the redshift package from the repository, if it's not already installed. | ||
* download redshift-uing.nim | ||
* install nim. Easiest way (but not up to date) is from the repository `sudo apt install nim` | ||
* compile for example with `nim c -d:danger --opt:speed --app:gui` | ||
* copy the artifact where you want, make executable, create a shortcut and run. | ||
* if you trust me (but you shouldn't), you can also download a binary from github release on the right panel. |