Package Details: redshifter 20200404-1

Git Clone URL: https://aur.archlinux.org/redshifter.git (read-only, click to copy)
Package Base: redshifter
Description: Control blue light filter (redshift) color temperature and brightness
Upstream URL: https://github.com/wizetek/bash/blob/master/redshifter
Licenses: GPL
Submitter: wizetek
Maintainer: wizetek
Last Packager: wizetek
Votes: 3
Popularity: 0.000091
First Submitted: 2020-04-04 19:16 (UTC)
Last Updated: 2020-04-21 14:56 (UTC)

Latest Comments

wizetek commented on 2021-12-15 20:24 (UTC)

redshift and dark theme help a lot in the dark. Thanks for the feedback. Cheers.

burak.erkan commented on 2021-12-15 11:43 (UTC)

hi, i have dry eye, this program helped me much thank you

wizetek commented on 2020-04-04 21:07 (UTC) (edited on 2020-04-05 18:59 (UTC) by wizetek)

# redshifter
#
# 2020-03-20, 2018-03-13 Tom Wizetek
# GPL
#
# Wrapper for 'redshift' http://jonls.dk/redshift/
# Requires 'bc' for floating point math.
#
# Configuration saved in ~/.config/redshifter
#
# Example key bindings in DE/WM:
#
# Super+\   redshifter
# Super+]   redshifter +
# Super+[   redshifter -
# Super+/   redshifter / /
# Super+.   redshifter = +
# Super+,   redshifter = -

redshifter [colortemp] [brightness]

no argument = cycle through presets:
                6500K = Daylight
                5500K = Sunlight
                4200K = Fluorescent
                3400K = Halogen
                2700K = Incandescent
                2300K = Dim Incandescent
                1900K = Candle
                1200K = Ember

[colortemp]
  -             decrease color temperature by 100K
  +             increase color temperature by 100K
  1000-25000    set specific color temperature
  =             no change / restore saved values (e.g. for startup scripts)
  /             reset to default

[brightness]
  -             decrease brightness by 0.02
  +             increase brightness by 0.02
  0.1-1.0       set specific brightness value
  /             reset to default