Fix night light indicator state

This commit is contained in:
David Heinemeier Hansson
2026-05-29 09:42:24 +02:00
parent c795d52201
commit 6be9b8b6d9
4 changed files with 44 additions and 3 deletions
@@ -23,6 +23,7 @@ BarIndicator {
}
function toggle() {
nightlight = !nightlight
if (root.bar) root.bar.run("omarchy-toggle-nightlight")
refreshTimer.restart()
}