Files
hypr/modules/executes.lua
T

17 lines
460 B
Lua

hl.on("hyprland.start", function()
hl.exec_cmd("zshell-cli shell start")
hl.exec_cmd("nm-applet")
hl.exec_cmd("blueman-applet")
hl.exec_cmd("fcitx5")
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")
end)
local time = tonumber(os.date("%H"))
if time < 22 and time > 9 then
hl.exec_cmd("brightnessctl s 100%")
end