controller: Add icon

This commit is contained in:
Jack O'Sullivan 2024-12-12 13:34:53 +00:00
parent 68844ef4d3
commit 937cc46d80
4 changed files with 8 additions and 2 deletions

View File

@ -15,11 +15,17 @@
};
};
packages = with pkgs; [ ];
packages = with pkgs; [
imagemagick
];
env = { };
scripts = { };
scripts = {
gen-icon.exec = ''
magick icon.png -resize 128x128 -define icon:auto-resize="128,96,64,48,32,16" icon.ico
'';
};
};
};
}

BIN
controller/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

BIN
controller/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

BIN
controller/icon.xcf Normal file

Binary file not shown.