cursor fixes
This commit is contained in:
parent
693c23b2fa
commit
160db7a493
4 changed files with 11 additions and 1 deletions
1
home/ooks/opt/desktop/env/hypr-variable.nix
vendored
1
home/ooks/opt/desktop/env/hypr-variable.nix
vendored
|
|
@ -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";
|
||||
|
|
|
|||
8
home/ooks/opt/desktop/standard/wayland/cursor.nix
Normal file
8
home/ooks/opt/desktop/standard/wayland/cursor.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }: {
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
package = pkgs.bibata-cursors;
|
||||
name = "Bibata-Modern-Ice";
|
||||
size = 22;
|
||||
};
|
||||
}
|
||||
|
|
@ -6,6 +6,7 @@
|
|||
./firefox.nix
|
||||
./zathura.nix
|
||||
./gammastep.nix
|
||||
./cursor.nix
|
||||
];
|
||||
|
||||
xdg.mimeApps.enable = true;
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue