cursor: fix cusror theme

This commit is contained in:
Khaïs COLIN 2024-08-02 16:12:03 +02:00
parent cc15438637
commit eba3f5bb42
3 changed files with 11 additions and 5 deletions

View file

@ -22,10 +22,10 @@
sourceRoot = "."; sourceRoot = ".";
buildPhase = '' buildPhase = ''
mkdir -p $out/usr/share/icons mkdir -p $out/share/icons
cp -r BreezeX-Black $out/usr/share/icons cp -r BreezeX-Black $out/share/icons
cp -r BreezeX-Dark $out/usr/share/icons cp -r BreezeX-Dark $out/share/icons
cp -r BreezeX-Light $out/usr/share/icons cp -r BreezeX-Light $out/share/icons
''; '';
}; };
}; };

View file

@ -122,7 +122,7 @@
}, },
"locked": { "locked": {
"lastModified": 1, "lastModified": 1,
"narHash": "sha256-vyyg/1Gp9O56r/Bn47nAw9KxXaoH9ONqDUOO02p39zY=", "narHash": "sha256-R5QjjQf2bcDOy/pJfBP4EZTkXUucBOWNCZ6N0UQbISo=",
"path": "./breezex-cursor", "path": "./breezex-cursor",
"type": "path" "type": "path"
}, },

View file

@ -12,6 +12,12 @@
cursor = { cursor = {
package = breezex-cursor.packages.${system}.default; package = breezex-cursor.packages.${system}.default;
name = "BreezeX-Light"; name = "BreezeX-Light";
size = 24;
}; };
}; };
# fix cursor size for some apps
home.sessionVariables = {
XCURSOR_SIZE = 24;
};
} }