Files
Hyprland-config/custom-functions.lua

7 lines
116 B
Lua

-- custom-functions.lua
local C = {}
function C.startTimer()
-- TODO implement custom timer logic here
end
return C