cursor fixes

This commit is contained in:
ooks-io 2023-08-07 16:03:59 +12:00
parent 693c23b2fa
commit 160db7a493
4 changed files with 11 additions and 1 deletions

View file

@ -23,6 +23,7 @@
LIBVA_DRIVER_NAME = "nvidia";
WLR_RENDERER = "vulkan";
# __NV_PRIME_RENDER_OFFLOAD = "1";
XCURSOR_SIZE = "24";
XDG_CURRENT_DESKTOP = "Hyprland";
XDG_SESSION_DESKTOP = "Hyprland";

View file

@ -0,0 +1,8 @@
{ pkgs, ... }: {
home.pointerCursor = {
gtk.enable = true;
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Ice";
size = 22;
};
}

View file

@ -6,6 +6,7 @@
./firefox.nix
./zathura.nix
./gammastep.nix
./cursor.nix
];
xdg.mimeApps.enable = true;

View file

@ -14,7 +14,7 @@ in {
width = 400;
height = 150;
borderSize = 2;
defaultTimeout = 12000;
defaultTimeout = 6000;
backgroundColor = "#${colors.base00}dd";
borderColor = "#${colors.base03}dd";
textColor = "#${colors.base05}dd";