fix bibata cursor position ???
This commit is contained in:
parent
d4f6c9b004
commit
7086f8f2f9
1 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ pkgs.stdenv.mkDerivation {
|
||||||
echo "Rendering complete. Building XCursor theme..."
|
echo "Rendering complete. Building XCursor theme..."
|
||||||
|
|
||||||
echo "4. Build the final cursors"
|
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
|
runHook postBuild
|
||||||
'';
|
'';
|
||||||
|
|
@ -88,7 +88,7 @@ pkgs.stdenv.mkDerivation {
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
||||||
mkdir -p $out/share/icons
|
install -dm 0755 $out/share/icons
|
||||||
cp -r themes/${themeName} $out/share/icons/
|
cp -r themes/${themeName} $out/share/icons/
|
||||||
|
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue