add(cursor): added rose pine hyprcursor
This commit is contained in:
@@ -4,6 +4,8 @@
|
|||||||
];
|
];
|
||||||
wayland.windowManager.hyprland.settings = {
|
wayland.windowManager.hyprland.settings = {
|
||||||
env = [
|
env = [
|
||||||
|
"HYPRCURSOR_THEME,rose-pine-hyprcursor"
|
||||||
|
"HYPRCURSOR_SIZE,24"
|
||||||
"GUM_CONFIRM_PROMPT_FOREGROUND,6"
|
"GUM_CONFIRM_PROMPT_FOREGROUND,6"
|
||||||
"GUM_CONFIRM_SELECTED_FOREGROUND,0"
|
"GUM_CONFIRM_SELECTED_FOREGROUND,0"
|
||||||
"GUM_CONFIRM_SELECTED_BACKGROUND,2"
|
"GUM_CONFIRM_SELECTED_BACKGROUND,2"
|
||||||
|
|||||||
@@ -7,5 +7,16 @@
|
|||||||
anr_missed_pings = 3;
|
anr_missed_pings = 3;
|
||||||
new_window_takes_over_fullscreen = 1;
|
new_window_takes_over_fullscreen = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cursor = {
|
||||||
|
no_hardware_cursors = true;
|
||||||
|
no_break_fs_vrr = true;
|
||||||
|
min_refresh_rate = 48;
|
||||||
|
};
|
||||||
|
|
||||||
|
render = {
|
||||||
|
direct_scanout = true;
|
||||||
|
cm_enabled = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../apps/matugen
|
../../apps/matugen
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home.pointerCursor = {
|
||||||
|
gtk.enable = true;
|
||||||
|
package = pkgs.rose-pine-hyprcursor;
|
||||||
|
name = "rose-pine-hyprcursor";
|
||||||
|
size = 24;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user