Improve Your Night Sleep with Redshift and F.lux

Productivity Sauce
A bad night's sleep can affect your productivity like nothing else. And spending evenings in front of a bright computer screen does absolutely nothing to make you sleep better at night. The bright light emitted by the computer screen tricks your brain into thinking that it's still daytime -- not a good thing at 11 p.m. when your gray matter should be preparing itself for a good night's sleep.
Redshift and F.lux provide a simple fix for this problem. The utility adjusts the color temperature of the screen according to the time of the day at your specific geographical location. So as it's getting later (and darker) outside, the color temperature of your screen becomes warmer, making your brain (correctly) think that it's already evening.
Redshift is a command-line utility (although it does have a graphical front-end which can be installed separately), and its binary packages for popular Linux distros are available on the project's website. Users of Ubuntu-based distros will be pleased to learn that Redshift is also available in Ubuntu's official software repositories, so it can be installed using the sudo apt-get install redshift command. The utility accepts a handful of parameters, and you need to specify at least one: the latitude and longitude of your current location using the -l switch as in the example below ( you can use the Where Am I? page to quickly find your exact coordinates):
redshift -l 52.5:13.4
Usually this is enough to make Redshift do its job, but the utility sports other parameters you can tweak. Check the project's website for further info.
If you don't fancy Redshift, then you might want to give F.lux a try. A packaged version of the utility for Ubuntu is available in a separate PPA, and you can install F.lux on your machine using the following commands.
sudo add-apt-repository ppa:kilian/f.lux sudo apt-get update sudo apt-get install fluxgui
Once up and running, the utility adds an indicator applet. Click on it, and choose the Preferences item to configure the settings. All of the available options in the Preferences panel are self-explanatory, so you shouldn't have problems configuring F.lux.
Comments
comments powered by DisqusIssue 272/2023
Buy this issue as a PDF
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
News
-
KDE Plasma 6 Looks to Bring Basic HDR Support
The KWin piece of KDE Plasma now has HDR support and color management geared for the 6.0 release.
-
Bodhi Linux 7.0 Beta Ready for Testing
The latest iteration of the Bohdi Linux distribution is now available for those who want to experience what's in store and for testing purposes.
-
Changes Coming to Ubuntu PPA Usage
The way you manage Personal Package Archives will be changing with the release of Ubuntu 23.10.
-
AlmaLinux 9.2 Now Available for Download
AlmaLinux has been released and provides a free alternative to upstream Red Hat Enterprise Linux.
-
An Immutable Version of Fedora Is Under Consideration
For anyone who's a fan of using immutable versions of Linux, the Fedora team is currently considering adding a new spin called Fedora Onyx.
-
New Release of Br OS Includes ChatGPT Integration
Br OS 23.04 is now available and is geared specifically toward web content creation.
-
Command-Line Only Peropesis 2.1 Available Now
The latest iteration of Peropesis has been released with plenty of updates and introduces new software development tools.
-
TUXEDO Computers Announces InfinityBook Pro 14
With the new generation of their popular InfinityBook Pro 14, TUXEDO upgrades its ultra-mobile, powerful business laptop with some impressive specs.
-
Linux Kernel 6.3 Release Includes Interesting Features
Although it's not a Long Term Release candidate, Linux 6.3 includes features that will benefit end users.
-
Arch-Based blendOS Features Cool Trick
If you're looking for a Linux distribution that blends Linux, Android, and web apps together, blendOS might be what you're looking for.
Really cool.