Skip to content

Commit

Permalink
Fix tray icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Sep 29, 2024
1 parent a5d903e commit 90e271b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions home-modules/discord/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,22 @@

# Use vencord fork with customizable tray icon
# https://github.com/Vencord/Vesktop/pull/517
package = (
pkgs.vesktop.overrideAttrs (prev: {
package = pkgs.vesktop.overrideAttrs (prev: {
src = pkgs.fetchFromGitHub {
owner = "PolisanTheEasyNick";
repo = "Vesktop";
rev = "60d0f2c3e37405aab115f2dff84163587ed877af";
hash = "sha256-6ld0o+k8rSF1O0VRWuYQzEajswn5CO/uM9/PtsEkC6M=";
};

pnpmDeps = (
prev.pnpmDeps.overrideAttrs (_: {
pnpmDeps = prev.pnpmDeps.overrideAttrs (_: {
outputHash = "sha256-Wtj/XKfunoWSHGyS54/6CyUVKMWos3j4Rgf7te1JBnY=";
})
);
});

# Stop crashing when settings are read-only
# https://github.com/Vencord/Vesktop/issues/220
patches = (prev.patches or [ ]) ++ [ ./readonlyFix.patch ];
})
);
});
};

config.plugins = {
Expand Down
Binary file modified home-modules/discord/tray-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 90e271b

Please sign in to comment.