home-cursor: sway depend on cfg.size instead of gtk.cursorTheme.size (#7176)

This commit is contained in:
eyJhb
2025-06-01 02:31:59 +02:00
committed by GitHub
parent 60e4624302
commit 5675a96868

View File

@@ -249,7 +249,7 @@ in
config = {
seat = {
"*" = {
xcursor_theme = "${cfg.name} ${toString config.gtk.cursorTheme.size}";
xcursor_theme = "${cfg.name} ${toString cfg.size}";
};
};
};