Greeter + Hyprsunset toggle and scheduler #27

Merged
zach merged 14 commits from settingsWindow into main 2026-03-22 17:16:39 +01:00
Owner

Closes #26 and #25

Manually toggling using the bar widget will disable scheduled hyprsunset activation for one hour, maybe adding this as a configurable amount of time could be a good idea

New config options

{
    "barConfig": {
        "entries": [
            {
                "id": "hyprsunset",
                "enabled": bool
            },
        ]
    },
    "general": {
        "color": {
            "hyprsunsetTemp": int,
            "scheduleHyprsunsetStart": int,
            "scheduleHyprsunsetEnd": int,
            "scheduleHyprsunset": bool
        }
    }
}
Closes #26 and #25 Manually toggling using the bar widget will disable scheduled hyprsunset activation for one hour, maybe adding this as a configurable amount of time could be a good idea New config options ```json { "barConfig": { "entries": [ { "id": "hyprsunset", "enabled": bool }, ] }, "general": { "color": { "hyprsunsetTemp": int, "scheduleHyprsunsetStart": int, "scheduleHyprsunsetEnd": int, "scheduleHyprsunset": bool } } } ```
zach added 13 commits 2026-03-22 17:16:03 +01:00
zach added 1 commit 2026-03-22 17:16:31 +01:00
zach merged commit c99d8abeac into main 2026-03-22 17:16:39 +01:00
Sign in to join this conversation.