chore(order): startup order changed

This commit is contained in:
2026-08-05 12:46:04 +02:00
parent 9c90723d41
commit 01d3d40ee1
+1 -2
View File
@@ -6,9 +6,9 @@ hl.on("hyprland.start", function()
hl.exec_cmd("wl-paste --type text --watch cliphist store")
hl.exec_cmd("wl-paste --type image --watch cliphist store")
hl.exec_cmd("hyprsunset -i")
hl.exec_cmd("nextcloud --background")
hl.exec_cmd("gpg --launch gpg-agent")
hl.exec_cmd("ksecretd")
hl.exec_cmd("nextcloud --background")
end)
local time = tonumber(os.date("%H"))
@@ -17,5 +17,4 @@ if time < 22 and time > 8 then
hl.exec_cmd("brightnessctl s 100%")
else
hl.exec_cmd("brightnessctl s 5%")
hl.exec_cmd("hyprsunset -t 6000")
end