phinger-cursors: Upgrade to 2.0 with phinger-cursors-dark

The new archive comes with a phinger-cursors-dark directory instead of
a phinger-cursors directory, which was a breaking change.
This commit is contained in:
Donovan Glover 2024-04-18 20:27:31 -04:00
parent 8fb2ebe050
commit 6826ef0307
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
4 changed files with 3 additions and 13 deletions

View File

@ -9,7 +9,7 @@ in
cursorTheme = { cursorTheme = {
package = phinger-cursors; package = phinger-cursors;
name = "phinger-cursors"; name = "phinger-cursors-dark";
}; };
gtk3.extraConfig = { gtk3.extraConfig = {

View File

@ -1,6 +1,6 @@
{ {
home.file.".icons/default/index.theme".text = /* ini */ '' home.file.".icons/default/index.theme".text = /* ini */ ''
[icon theme] [icon theme]
Inherits=phinger-cursors Inherits=phinger-cursors-dark
''; '';
} }

View File

@ -178,7 +178,7 @@ in
cursor = { cursor = {
package = phinger-cursors; package = phinger-cursors;
name = "phinger-cursors"; name = "phinger-cursors-dark";
size = 24; size = 24;
}; };

View File

@ -1,10 +0,0 @@
final: prev: {
phinger-cursors = prev.phinger-cursors.overrideAttrs (oldAttrs: rec {
version = "1.1";
src = prev.fetchurl {
url = "https://github.com/phisch/phinger-cursors/releases/download/v${version}/phinger-cursors-variants.tar.bz2";
sha256 = "sha256-II+1x+rcjGRRVB8GYkVwkKVHNHcNaBKRb6C613901oc=";
};
});
}