update: make cursor larger on laptop
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user