Skip to content

Commit

Permalink
Drop 1200K and 1900K
Browse files Browse the repository at this point in the history
xflux doesn't go lower than 2000K
  • Loading branch information
NHellFire committed Oct 11, 2015
1 parent 4f1075a commit dc6bc1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
14 changes: 6 additions & 8 deletions src/fluxgui/fluxapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,12 @@ class Preferences(object):
"""

temperatureKeys = {
0: '1200',
1: '1900',
2: '2300',
3: '2700',
4: '3400',
5: '4200',
6: '5000',
7: '6500',
0: '2300',
1: '2700',
2: '3400',
3: '4200',
4: '5000',
5: '6500',
"off": '6500',
}

Expand Down
4 changes: 1 addition & 3 deletions src/fluxgui/preferences.glade
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,7 @@ f.lux indicator applet made by Kilian Valkhof</property>
<property name="can_focus">False</property>
<property name="has_tooltip">True</property>
<property name="tooltip" translatable="yes">Fill in your preferred nighttime color temperature</property>
<property name="items" translatable="yes">Ember (1200K)
Candle (1900K)
Dim Incandescent (2300K)
<property name="items" translatable="yes">Dim Incandescent (2300K)
Incandescent (2700K)
Halogen (3400K)
Fluorescent (4200K)
Expand Down

0 comments on commit dc6bc1c

Please sign in to comment.