mirror of
https://git.aramjonghu.dev/AramJonghu/hypr.git
synced 2026-09-01 07:33:31 +02:00
chore(daytime): updated loop again
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user