mirror of
https://git.aramjonghu.dev/AramJonghu/hypr.git
synced 2026-09-06 17:53:30 +02:00
chore(brightness): updated for loop
This commit is contained in:
@@ -13,4 +13,6 @@ local time = tonumber(os.date("%H"))
|
|||||||
|
|
||||||
if time < 22 and time > 9 then
|
if time < 22 and time > 9 then
|
||||||
hl.exec_cmd("brightnessctl s 100%")
|
hl.exec_cmd("brightnessctl s 100%")
|
||||||
|
else
|
||||||
|
hl.exec_cmd("brightnessctl s 10%")
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user