mirror of
https://git.aramjonghu.dev/AramJonghu/hypr.git
synced 2026-09-02 16:03:31 +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
|
||||
hl.exec_cmd("brightnessctl s 100%")
|
||||
else
|
||||
hl.exec_cmd("brightnessctl s 10%")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user