mirror of https://git.jolheiser.com/dotnix.git
chore: update spotify-player theme
Signed-off-by: jolheiser <john.olheiser@gmail.com>teamcity
parent
43ed61a01f
commit
33b481367c
|
@ -2,8 +2,8 @@
|
||||||
xdg.configFile."spotify-player/theme.toml".text = builtins.readFile (pkgs.fetchFromGitHub {
|
xdg.configFile."spotify-player/theme.toml".text = builtins.readFile (pkgs.fetchFromGitHub {
|
||||||
owner = "catppuccin";
|
owner = "catppuccin";
|
||||||
repo = "spotify-player";
|
repo = "spotify-player";
|
||||||
rev = "816e48fe7ade959dab920d83a7a88a952c48ede3";
|
rev = "002d51b02b3a2ebc0804e4839ee604dbdab4bec3";
|
||||||
sha256 = "sha256-Xl8GoAzuSfYmFb5ohS4H5we9q+0DTrCwQ3WubPsnxGg=";
|
sha256 = "sha256-IUhzVrIBMi/Dn6+HV0m9i38Msg8zzzJlR85JeEVE7EU=";
|
||||||
}
|
}
|
||||||
+ "/src/theme.toml");
|
+ "/src/theme.toml");
|
||||||
xdg.configFile."spotify-player/app.toml".source = (pkgs.formats.toml {}).generate "spotify-player-config" {
|
xdg.configFile."spotify-player/app.toml".source = (pkgs.formats.toml {}).generate "spotify-player-config" {
|
||||||
|
|
Loading…
Reference in New Issue