user/spicetify: switch to catppuccin theme
i give up with dribbblish
This commit is contained in:
parent
4b45190901
commit
fa2e2c3ce6
1 changed files with 2 additions and 21 deletions
|
|
@ -1,8 +1,6 @@
|
||||||
{ config, inputs, pkgs, ... }:
|
{ config, inputs, pkgs, ... }:
|
||||||
let
|
let
|
||||||
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system};
|
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system};
|
||||||
colours = builtins.mapAttrs (_: colour: builtins.replaceStrings ["#"] [""] colour) config.catppuccin.hexcolors;
|
|
||||||
accentColour = colours.${config.catppuccin.accent};
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [ inputs.spicetify-nix.homeManagerModules.spicetify ];
|
imports = [ inputs.spicetify-nix.homeManagerModules.spicetify ];
|
||||||
|
|
@ -10,25 +8,8 @@ in
|
||||||
programs.spicetify = {
|
programs.spicetify = {
|
||||||
enable = true;
|
enable = true;
|
||||||
alwaysEnableDevTools = true;
|
alwaysEnableDevTools = true;
|
||||||
theme = spicePkgs.themes.dribbblish;
|
theme = spicePkgs.themes.catppuccin;
|
||||||
customColorScheme = {
|
colorScheme = config.catppuccin.flavor;
|
||||||
text = colours.text;
|
|
||||||
subtext = colours.subtext1;
|
|
||||||
sidebar-text = colours.text;
|
|
||||||
main = colours.base;
|
|
||||||
sidebar = colours.mantle;
|
|
||||||
player = colours.base;
|
|
||||||
card = colours.base;
|
|
||||||
shadow = colours.mantle;
|
|
||||||
selected-row = colours.overlay2;
|
|
||||||
button = colours.overlay1;
|
|
||||||
button-active = colours.overlay2;
|
|
||||||
button-disabled = colours.overlay0;
|
|
||||||
tab-active = colours.surface0;
|
|
||||||
notification = colours.surface0;
|
|
||||||
notification-error = colours.red;
|
|
||||||
misc = colours.surface1;
|
|
||||||
};
|
|
||||||
|
|
||||||
enabledCustomApps = with spicePkgs.apps; [
|
enabledCustomApps = with spicePkgs.apps; [
|
||||||
lyricsPlus
|
lyricsPlus
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue