fix bibata cursor position ???

This commit is contained in:
Sean Kovacs 2026-03-09 21:38:27 -04:00
commit 7086f8f2f9
Signed by: sckova
GPG key ID: 00F325187C68651A

View file

@ -80,7 +80,7 @@ pkgs.stdenv.mkDerivation {
echo "Rendering complete. Building XCursor theme..."
echo "4. Build the final cursors"
ctgen configs/right/x.build.toml -s ${cursorSizes} -p x11 -d "bitmaps/${themeName}" -n "${themeName}" -c "${themeName} cursors"
ctgen configs/normal/x.build.toml -s ${cursorSizes} -p x11 -d "bitmaps/${themeName}" -n "${themeName}" -c "${themeName} cursors"
runHook postBuild
'';
@ -88,7 +88,7 @@ pkgs.stdenv.mkDerivation {
installPhase = ''
runHook preInstall
mkdir -p $out/share/icons
install -dm 0755 $out/share/icons
cp -r themes/${themeName} $out/share/icons/
runHook postInstall