update: make cursor larger on laptop
This commit is contained in:
@@ -1,9 +1,13 @@
|
|||||||
local M = {}
|
local M = {}
|
||||||
local utils = require("lua.lib.utils")
|
local utils = require("lua.lib.utils")
|
||||||
|
local settings = require("lua.lib.settings")
|
||||||
require("lua.lib.globals")
|
require("lua.lib.globals")
|
||||||
|
|
||||||
M.cursor = "Vimix-Hyprcursor"
|
M.cursor = "Vimix-Hyprcursor"
|
||||||
M.size = 32
|
M.size = 32
|
||||||
|
if settings["profile"] == "laptop" then
|
||||||
|
M.size = 36
|
||||||
|
end
|
||||||
|
|
||||||
function M.fetch_Vimix_hyprcursor()
|
function M.fetch_Vimix_hyprcursor()
|
||||||
if M.cursor == "Vimix-Hyprcursor" then
|
if M.cursor == "Vimix-Hyprcursor" then
|
||||||
|
|||||||
Reference in New Issue
Block a user