Add cursor support (#172)
Co-authored-by: Daniel Thwaites <danthwaites30@btinternet.com>
This commit is contained in:
parent
4380955949
commit
07795247c2
6 changed files with 64 additions and 0 deletions
|
|
@ -55,6 +55,10 @@ in {
|
|||
};
|
||||
|
||||
output."*".bg = "${config.stylix.image} fill";
|
||||
|
||||
seat."*" = {
|
||||
xcursor_theme = "${config.stylix.cursor.name} ${toString config.stylix.cursor.size}";
|
||||
};
|
||||
};
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue