feat(desktop): adjust bedtime mode start hours

This commit is contained in:
Felix Schröter 2023-04-09 21:31:47 +02:00
parent b2843b49ed
commit 003be522ac
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -99,7 +99,7 @@ in {
"org/gnome/shell/extensions/bedtime-mode" = { "org/gnome/shell/extensions/bedtime-mode" = {
ondemand-button-location = "menu"; ondemand-button-location = "menu";
automatic-schedule = true; automatic-schedule = true;
schedule-start-hours = 22; schedule-start-hours = 23;
schedule-end-hours = 6; schedule-end-hours = 6;
}; };
}; };