sway: Cursor theme fixes

This commit is contained in:
Erwin Boskma 2024-07-12 10:29:13 +02:00
parent 9e2ce5f496
commit 00d9b7925a
Signed by: erwin
SSH key fingerprint: SHA256:OCinH/khuGY1LA9RG8YLM8GNH6C1DDXBdy3SNE+I5Hw
2 changed files with 2 additions and 1 deletions

View file

@ -273,6 +273,7 @@ in
seat = { seat = {
"seat0" = { "seat0" = {
hide_cursor = "when-typing enable"; hide_cursor = "when-typing enable";
xcursor_theme = "${config.home.pointerCursor.name} ${toString config.home.pointerCursor.size}";
}; };
}; };

View file

@ -273,7 +273,7 @@ in
]); ]);
pointerCursor = { pointerCursor = {
name = "Catppuccin-Mocha-Dark-Cursors"; name = "catppuccin-mocha-dark-cursors";
package = pkgs.catppuccin-cursors.mochaDark; package = pkgs.catppuccin-cursors.mochaDark;
gtk.enable = true; gtk.enable = true;
x11.enable = true; x11.enable = true;