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

Feature request: set up snippets #218

Open
adriabrucortes opened this issue Aug 2, 2024 · 3 comments
Open

Feature request: set up snippets #218

adriabrucortes opened this issue Aug 2, 2024 · 3 comments

Comments

@adriabrucortes
Copy link

Hi! It would be nice to be able to set up snippets for spicetify (like "Hide lyrics button", "Hide download", etc)

@gigamonster256
Copy link
Contributor

These? #209 (comment)

@Gerg-L
Copy link
Owner

Gerg-L commented Aug 2, 2024

Yeah i just need to add documentation

@42willow
Copy link

42willow commented Aug 10, 2024

EDIT: snippets use camelCase now


If anyone is wondering... it uses the last bit of the preview string in snippets.json https://github.com/Gerg-L/spicetify-nix/blob/master/pkgs/snippets.json
e.g.
image

programs.spicetify = {
    enable = true;
    enabledExtensions = with spicePkgs.extensions; [
      adblock
      hidePodcasts
      shuffle
    ];
    enabledCustomApps = with spicePkgs.apps; [
      lyricsPlus
      newReleases
    ];
    enabledSnippets = with spicePkgs.snippets; [
      pointer
      smooth-progress-bar
      remove-popular
      hide-download-button
    ];
    theme = spicePkgs.themes.catppuccin;
    colorScheme = "macchiato";
  };

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants