Skip to content

Commit

Permalink
phinger-cursors: Upgrade to 2.0 with phinger-cursors-dark
Browse files Browse the repository at this point in the history
The new archive comes with a phinger-cursors-dark directory instead of
a phinger-cursors directory, which was a breaking change.
  • Loading branch information
donovanglover committed Apr 19, 2024
1 parent 8fb2ebe commit 6826ef0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion home/gtk.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ in

cursorTheme = {
package = phinger-cursors;
name = "phinger-cursors";
name = "phinger-cursors-dark";
};

gtk3.extraConfig = {
Expand Down
2 changes: 1 addition & 1 deletion home/xcursor.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
home.file.".icons/default/index.theme".text = /* ini */ ''
[icon theme]
Inherits=phinger-cursors
Inherits=phinger-cursors-dark
'';
}
2 changes: 1 addition & 1 deletion modules/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ in

cursor = {
package = phinger-cursors;
name = "phinger-cursors";
name = "phinger-cursors-dark";
size = 24;
};

Expand Down
10 changes: 0 additions & 10 deletions overlays/phinger-cursors.nix

This file was deleted.

0 comments on commit 6826ef0

Please sign in to comment.