chore(daytime): updated loop again

This commit is contained in:
2026-07-26 05:11:34 +02:00
parent e64cc22cb8
commit 18e3dbf57e
+3 -2
View File
@@ -11,8 +11,9 @@ end)
local time = tonumber(os.date("%H"))
if time < 22 and time > 9 then
if time < 22 and time > 8 then
hl.exec_cmd("brightnessctl s 100%")
else
hl.exec_cmd("brightnessctl s 10%")
hl.exec_cmd("brightnessctl s 5%")
hl.exec_cmd("hyprsunset -t 6000")
end