mirror of
https://git.aramjonghu.dev/AramJonghu/hypr.git
synced 2026-09-08 02:33:31 +02:00
chore(order): startup order changed
This commit is contained in:
@@ -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 text --watch cliphist store")
|
||||||
hl.exec_cmd("wl-paste --type image --watch cliphist store")
|
hl.exec_cmd("wl-paste --type image --watch cliphist store")
|
||||||
hl.exec_cmd("hyprsunset -i")
|
hl.exec_cmd("hyprsunset -i")
|
||||||
hl.exec_cmd("nextcloud --background")
|
|
||||||
hl.exec_cmd("gpg --launch gpg-agent")
|
hl.exec_cmd("gpg --launch gpg-agent")
|
||||||
hl.exec_cmd("ksecretd")
|
hl.exec_cmd("ksecretd")
|
||||||
|
hl.exec_cmd("nextcloud --background")
|
||||||
end)
|
end)
|
||||||
|
|
||||||
local time = tonumber(os.date("%H"))
|
local time = tonumber(os.date("%H"))
|
||||||
@@ -17,5 +17,4 @@ 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 5%")
|
hl.exec_cmd("brightnessctl s 5%")
|
||||||
hl.exec_cmd("hyprsunset -t 6000")
|
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user