feat: added night light as a dconf option
This commit is contained in:
parent
c81fa77a29
commit
ee6d48fe49
3 changed files with 56 additions and 0 deletions
|
@ -8,6 +8,14 @@
|
|||
{
|
||||
colorScheme = "prefer-dark";
|
||||
accentColor = "slate";
|
||||
clockFormat = "24h";
|
||||
nightLight = {
|
||||
enable = true;
|
||||
automatic = false;
|
||||
fromTime = 12.0;
|
||||
toTime = 11.999999999999;
|
||||
temperature = 2700;
|
||||
};
|
||||
extraWindowControls = true;
|
||||
extensions = {
|
||||
dash-to-panel = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue