1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Update hyprcursors and configure it

This commit is contained in:
RGBCube 2024-07-03 11:10:59 +03:00
parent a289c8f569
commit d13e79f9fb
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
2 changed files with 10 additions and 6 deletions

6
flake.lock generated
View file

@ -449,11 +449,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1719779888, "lastModified": 1719927337,
"narHash": "sha256-Jf6Te5Jhbja4Pk6+UeEi3YMxvgMUf/nqHS9PCU1ntOw=", "narHash": "sha256-NWiG8T2D1frOKypAYzPK1kbjS046j+cIuRtmoaoAJfA=",
"owner": "VirtCode", "owner": "VirtCode",
"repo": "hypr-dynamic-cursors", "repo": "hypr-dynamic-cursors",
"rev": "91c03dea2ebfe34dbe64e54921801829dfe23ea8", "rev": "5fee8c5545c4c4a68f446408fa4ee1ae84d42c17",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -42,10 +42,14 @@ in desktopSystemConfiguration {
plugins = with pkgs; [ hyprcursors ]; plugins = with pkgs; [ hyprcursors ];
settings.plugin.dynamic-cursors = { settings.plugin.dynamic-cursors = {
enabled = true;
mode = "rotate"; mode = "rotate";
shake = true;
shake = {
threshold = 3;
effects = true;
nearest = false;
};
}; };
settings = { settings = {