feat: add gnome-bedtime
This commit is contained in:
parent
d289602d0b
commit
1bdf1fd9bd
|
@ -22,6 +22,7 @@
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
}))
|
}))
|
||||||
|
gnome-bedtime
|
||||||
];
|
];
|
||||||
|
|
||||||
services.xserver.displayManager.gdm.enable = true;
|
services.xserver.displayManager.gdm.enable = true;
|
||||||
|
|
|
@ -13,6 +13,7 @@ in {
|
||||||
"pop-shell@system76.com"
|
"pop-shell@system76.com"
|
||||||
"native-window-placement@gnome-shell-extensions.gcampax.github.com" # works better with pop-shell
|
"native-window-placement@gnome-shell-extensions.gcampax.github.com" # works better with pop-shell
|
||||||
"appindicatorsupport@rgcjonas.gmail.com"
|
"appindicatorsupport@rgcjonas.gmail.com"
|
||||||
|
"gnomebedtime@ionutbortis.gmail.com"
|
||||||
];
|
];
|
||||||
favorite-apps = [ "org.gnome.Nautilus.desktop" "firefox.desktop" ];
|
favorite-apps = [ "org.gnome.Nautilus.desktop" "firefox.desktop" ];
|
||||||
};
|
};
|
||||||
|
@ -95,5 +96,11 @@ in {
|
||||||
terminal = [ "<Super>t" ];
|
terminal = [ "<Super>t" ];
|
||||||
rotate-video-lock-static = [ ];
|
rotate-video-lock-static = [ ];
|
||||||
};
|
};
|
||||||
|
"org/gnome/shell/extensions/bedtime-mode" = {
|
||||||
|
ondemand-button-location = "menu";
|
||||||
|
automatic-schedule = true;
|
||||||
|
schedule-start-hours = 22;
|
||||||
|
schedule-end-hours = 6;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue