✨ updated icon for discord-music-presence
Signed-off-by: Xaiya Schumin <d.schumin@proton.me>
This commit is contained in:
@@ -14,10 +14,15 @@ let
|
|||||||
hash = "sha256-M7oDxVevspA3SGuHktS8ChQAYopgIqypiVlzyE4uyqI=";
|
hash = "sha256-M7oDxVevspA3SGuHktS8ChQAYopgIqypiVlzyE4uyqI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
icon = fetchurl {
|
||||||
|
url = "https://raw.githubusercontent.com/music-presence/icons/refs/heads/master/dist/logo-app-circle.png";
|
||||||
|
hash = "sha256-ZQMN145GiTiFAYcVVSgaOLP3xSHokf3N0kFI+jf/2Zk=";
|
||||||
|
};
|
||||||
|
|
||||||
desktopItem = makeDesktopItem {
|
desktopItem = makeDesktopItem {
|
||||||
name = pname;
|
name = pname;
|
||||||
exec = pname;
|
exec = pname;
|
||||||
# icon
|
icon = icon;
|
||||||
desktopName = pname;
|
desktopName = pname;
|
||||||
genericName = "Discord Music Presence";
|
genericName = "Discord Music Presence";
|
||||||
categories = [ "Application" ];
|
categories = [ "Application" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user