Update
This commit is contained in:
parent
e57f0cbb3b
commit
569ceaf905
2 changed files with 5 additions and 6 deletions
|
@ -31,12 +31,9 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
# lat = 10;
|
|
||||||
# log = 10;
|
|
||||||
lat = 35.62370;
|
lat = 35.62370;
|
||||||
lng = 134.85414;
|
lng = 134.85414;
|
||||||
dbusserver = true;
|
dbusserver = true;
|
||||||
# usegeoclue = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,9 +37,11 @@
|
||||||
NightColor = {
|
NightColor = {
|
||||||
Active = true;
|
Active = true;
|
||||||
Mode = "Location";
|
Mode = "Location";
|
||||||
NightTemperature = 3500;
|
NightTemperature = 4500;
|
||||||
LatitudeFixed = 34.6583850931677;
|
# LatitudeFixed = 34.6583850931677;
|
||||||
LongitudeFixed = 138.0368098159509;
|
LatitudeFixed = services.darkman.settings.lat;
|
||||||
|
# LongitudeFixed = 138.0368098159509;
|
||||||
|
LongitudeFixed = services.darkman.settings.lng;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Set Virtual Desktops
|
# Set Virtual Desktops
|
||||||
|
|
Loading…
Reference in a new issue