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