This file is indexed.

/usr/share/kde4/config.kcfg/redshift.kcfg is in plasma-widget-redshift 0.6.1-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
  <kcfgfile name="redshiftrc"/>
  <include>KSystemTimeZones</include>
  <group name="General">
    <entry name="latitude" type="Double">
      <label context="@label - KCFG entry name">Latitude</label>
      <default code="true">KSystemTimeZones::local().latitude()</default>
    </entry>
    <entry name="longitude" type="Double">
      <label context="@label- KCFG entry name">Longitude</label>
      <default code="true">KSystemTimeZones::local().longitude()</default>
    </entry>
    <entry name="dayTemp" type="Int">
      <label context="@label - KCFG entry name">Day Color Temperature</label>
      <tooltip context="@info:tooltip">A neutral color temperature is 6500°K.</tooltip>
      <default>5500</default>
    </entry>
    <entry name="nightTemp" type="Int">
      <label context="@label - KCFG entry name">Night Color Temperature</label>
      <tooltip context="@info:tooltip">The recommended night color temperature is 4500°K.</tooltip>
      <default>3700</default>
    </entry>
    <entry name="gammaR" type="Double">
      <label context="@label - KCFG entry name">Red Gamma Correction</label>
      <tooltip context="@info:tooltip">Gamma correction (Red)</tooltip>
      <default>1.00</default>
    </entry>
    <entry name="gammaG" type="Double">
      <label context="@label - KCFG entry name">Green Gamma Correction</label>
      <tooltip context="@info:tooltip">Gamma correction (Green)</tooltip>
      <default>1.00</default>
    </entry>
    <entry name="gammaB" type="Double">
      <label context="@label - KCFG entry name">Blue Gamma Correction</label>
      <tooltip context="@info:tooltip">Gamma correction (Blue)</tooltip>
      <default>1.00</default>
    </entry>
    <entry name="brightness" type="Double">
      <label context="@label - KCFG entry name">Brightness</label>
      <default>1.00</default>
    </entry>
    <entry name="smooth" type="Bool">
      <label context="@label - KCFG entry name">Smooth Transition Flag</label>
      <default>true</default>
    </entry>
    <entry name="autolaunch" type="Bool">
      <label context="@label - KCFG entry name">Autostart Flag</label>
      <default>false</default>
    </entry>
    <entry name="method" type="Int">
        <label context="@label - KCFG entry name">Color Adjustment Method</label>
        <tooltip context="@info:tooltip">Redshift color adjustment method. If Auto (randr) doesn't work, try vidmode.</tooltip>
        <default>0</default>
    </entry>
  </group>
  <group name="Activities">
    <entry name="alwaysOnActivities" type="StringList">
      <label context="@label - KCFG entry name (not visible to the user) - List of the activities where redshift is always on">Always On Activities</label>
    </entry>
    <entry name="alwaysOffActivities" type="StringList">
      <label context="@label - KCFG entry name (not visible to the user) - List of the activities where redshift is always off">Always Off Activities</label>
    </entry>
  </group>
</kcfg>