Add cursor support (#172)

Co-authored-by: Daniel Thwaites <danthwaites30@btinternet.com>
This commit is contained in:
sntx 2023-11-01 10:40:25 -03:00 committed by GitHub
parent 4380955949
commit 07795247c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 64 additions and 0 deletions

View file

@ -55,6 +55,10 @@ in {
};
output."*".bg = "${config.stylix.image} fill";
seat."*" = {
xcursor_theme = "${config.stylix.cursor.name} ${toString config.stylix.cursor.size}";
};
};
})