6

Does lubuntu have an anti-blue light feature?

CW Holeman II
  • 3,654
  • 5
  • 31
  • 49

2 Answers2

7

Yes, at least you can use Redshift on it — install the redshift-gtk package.

Some desktop environments such as GNOME have similar features built-in, I’m not sure Lubuntu’s does.

Stephen Kitt
  • 411,918
  • 54
  • 1,065
  • 1,164
1

You could also run a cron script with usage of xcalib, e.g.:

# reduce blue, add red
xcalib -a -blue 1.1 0 100  -red 0.95 0 100 
# reduce gamma
xcalib -a -gc 1.05 
Jaleks
  • 2,499
  • 1
  • 17
  • 34