Set cursor theme to catppuccin
This commit is contained in:
@@ -34,6 +34,22 @@ top @ { config
|
|||||||
unzip
|
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;
|
catppuccin.enable = true;
|
||||||
|
|
||||||
gtk = {
|
gtk = {
|
||||||
|
|||||||
@@ -19,6 +19,10 @@
|
|||||||
follow_mouse = 1;
|
follow_mouse = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
exec-once = [
|
||||||
|
"hyprctl setcursor catppuccin-mocha-mauve-cursors 24"
|
||||||
|
];
|
||||||
|
|
||||||
bind =
|
bind =
|
||||||
[
|
[
|
||||||
"$mod, Q, exit"
|
"$mod, Q, exit"
|
||||||
|
|||||||
Reference in New Issue
Block a user