chore(brightness): updated for loop

This commit is contained in:
2026-07-26 03:40:10 +02:00
parent 3d61c5a9d0
commit e64cc22cb8
+2
View File
@@ -13,4 +13,6 @@ local time = tonumber(os.date("%H"))
if time < 22 and time > 9 then
hl.exec_cmd("brightnessctl s 100%")
else
hl.exec_cmd("brightnessctl s 10%")
end