Set cursor theme to catppuccin
This commit is contained in:
@@ -34,6 +34,22 @@ top @ { config
|
||||
unzip
|
||||
];
|
||||
|
||||
home.pointerCursor =
|
||||
let
|
||||
size = 24;
|
||||
in
|
||||
{
|
||||
enable = true;
|
||||
package = pkgs.catppuccin-cursors.mochaMauve;
|
||||
name = "catppuccin-mocha-mauve-cursors";
|
||||
inherit size;
|
||||
|
||||
dotIcons.enable = true;
|
||||
gtk.enable = true;
|
||||
hyprcursor.enable = true;
|
||||
hyprcursor.size = size;
|
||||
};
|
||||
|
||||
catppuccin.enable = true;
|
||||
|
||||
gtk = {
|
||||
|
||||
@@ -19,6 +19,10 @@
|
||||
follow_mouse = 1;
|
||||
};
|
||||
|
||||
exec-once = [
|
||||
"hyprctl setcursor catppuccin-mocha-mauve-cursors 24"
|
||||
];
|
||||
|
||||
bind =
|
||||
[
|
||||
"$mod, Q, exit"
|
||||
|
||||
Reference in New Issue
Block a user