From d13e79f9fb550aafef6c1a259dc6bf63e80ea664 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 3 Jul 2024 11:10:59 +0300 Subject: [PATCH] Update hyprcursors and configure it --- flake.lock | 6 +++--- modules/hyprland/hyprland.nix | 10 +++++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index bf35392..4fdc8ce 100644 --- a/flake.lock +++ b/flake.lock @@ -449,11 +449,11 @@ ] }, "locked": { - "lastModified": 1719779888, - "narHash": "sha256-Jf6Te5Jhbja4Pk6+UeEi3YMxvgMUf/nqHS9PCU1ntOw=", + "lastModified": 1719927337, + "narHash": "sha256-NWiG8T2D1frOKypAYzPK1kbjS046j+cIuRtmoaoAJfA=", "owner": "VirtCode", "repo": "hypr-dynamic-cursors", - "rev": "91c03dea2ebfe34dbe64e54921801829dfe23ea8", + "rev": "5fee8c5545c4c4a68f446408fa4ee1ae84d42c17", "type": "github" }, "original": { diff --git a/modules/hyprland/hyprland.nix b/modules/hyprland/hyprland.nix index b34ccac..d4cd570 100644 --- a/modules/hyprland/hyprland.nix +++ b/modules/hyprland/hyprland.nix @@ -42,10 +42,14 @@ in desktopSystemConfiguration { plugins = with pkgs; [ hyprcursors ]; settings.plugin.dynamic-cursors = { - enabled = true; - mode = "rotate"; - shake = true; + + shake = { + threshold = 3; + + effects = true; + nearest = false; + }; }; settings = {