mirror of
https://git.aramjonghu.dev/AramJonghu/hypr.git
synced 2026-09-05 17:23:30 +02:00
chore(daytime): updated loop again
This commit is contained in:
@@ -11,8 +11,9 @@ end)
|
|||||||
|
|
||||||
local time = tonumber(os.date("%H"))
|
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%")
|
hl.exec_cmd("brightnessctl s 100%")
|
||||||
else
|
else
|
||||||
hl.exec_cmd("brightnessctl s 10%")
|
hl.exec_cmd("brightnessctl s 5%")
|
||||||
|
hl.exec_cmd("hyprsunset -t 6000")
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user