diff --git a/lua/conf/cursor.lua b/lua/conf/cursor.lua index 47542f1..e984bce 100644 --- a/lua/conf/cursor.lua +++ b/lua/conf/cursor.lua @@ -1,9 +1,13 @@ local M = {} local utils = require("lua.lib.utils") +local settings = require("lua.lib.settings") require("lua.lib.globals") M.cursor = "Vimix-Hyprcursor" M.size = 32 +if settings["profile"] == "laptop" then + M.size = 36 +end function M.fetch_Vimix_hyprcursor() if M.cursor == "Vimix-Hyprcursor" then