kwin.nightlight.location for latitude and longitude
This commit is contained in:
parent
aba983b5f0
commit
4d29395bd1
|
@ -4,8 +4,10 @@
|
||||||
desktop.mouseActions.verticalScroll = "switchVirtualDesktop";
|
desktop.mouseActions.verticalScroll = "switchVirtualDesktop";
|
||||||
kwin.nightLight = {
|
kwin.nightLight = {
|
||||||
enable = true;
|
enable = true;
|
||||||
latitude = "52.32";
|
location = {
|
||||||
longitude = "5.44";
|
latitude = "52.32";
|
||||||
|
longitude = "5.44";
|
||||||
|
};
|
||||||
mode = "location";
|
mode = "location";
|
||||||
night = 1400;
|
night = 1400;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue