set cursor to catppuccin-frappe-dark-cursors
This commit is contained in:
parent
cc755a96c6
commit
12a3a10f23
2 changed files with 11 additions and 1 deletions
|
@ -5,4 +5,15 @@
|
||||||
flavor = "frappe";
|
flavor = "frappe";
|
||||||
};
|
};
|
||||||
catppuccin.obs.enable = true;
|
catppuccin.obs.enable = true;
|
||||||
|
|
||||||
|
catppuccin.cursors = {
|
||||||
|
enable = true;
|
||||||
|
flavor = "frappe";
|
||||||
|
accent = "dark";
|
||||||
|
};
|
||||||
|
dconf.settings = {
|
||||||
|
"org/gnome/desktop/interface" = {
|
||||||
|
cursor-theme = "catppuccin-frappe-dark-cursors";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
"org/gnome/desktop/interface" = {
|
"org/gnome/desktop/interface" = {
|
||||||
gtk-theme = "Pop-dark";
|
gtk-theme = "Pop-dark";
|
||||||
cursor-theme = "Adwaita";
|
|
||||||
icon-theme = "Papirus-Dark";
|
icon-theme = "Papirus-Dark";
|
||||||
|
|
||||||
font-antialiasing = "grayscale";
|
font-antialiasing = "grayscale";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue