Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bibata-cursors: add option to select single cursors #300730

Open
Schweber opened this issue Apr 1, 2024 · 0 comments
Open

bibata-cursors: add option to select single cursors #300730

Schweber opened this issue Apr 1, 2024 · 0 comments
Labels
0.kind: bug Something is broken

Comments

@Schweber
Copy link
Contributor

Schweber commented Apr 1, 2024

Describe the bug

Thank you for updating bibata-cursors in #261532. Is it possible to add the option of only selecting certain cursors to be installed like e.g. with nerdfonts (the cursors are quite sizeable)?

Right now i am using an overlay but i guess this isn't the best way to do it and is at risk of breaking with every update:

      (final: prev: {
        bibata-cursors =
          prev.bibata-cursors.overrideAttrs
          {
            buildPhase = ''
              runHook preBuild
              ctgen build.toml -p x11 -d $bitmaps/Bibata-Modern-Amber -n 'Bibata-Modern-Amber' -c 'Yellowish and rounded edge bibata cursors.'
              runHook postBuild
            '';
          };
      })

Notify maintainers

@eclairevoyant @AdsonCicilioti

Metadata

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.8.2, NixOS, 24.05 (Uakari), 24.05pre604424.d8fe5e6c92d0`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.2`
 - channels(root): `"nixos"`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`

Add a 👍 reaction to issues you find important.

@Schweber Schweber added the 0.kind: bug Something is broken label Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken
Projects
None yet
Development

No branches or pull requests

1 participant