my bpd is killing me again

This commit is contained in:
2025-07-07 14:30:33 +03:00
parent 11414c9a8c
commit 8630d7ca37
19 changed files with 121 additions and 28 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchgit, pkg-config, wayland, wayland-protocols, wlr-protocols, wayland-scanner, libspng, pkgs }:
{ lib, stdenv }:
stdenv.mkDerivation rec {
pname = "ocbwoy3-system-icons";
@@ -9,10 +9,12 @@ stdenv.mkDerivation rec {
buildInputs = [ ];
# my (possible) bpd is killing me wtf
installPhase = ''
mkdir -p $out/share/icons/hicolor/{128x128,256x256,512x512}/apps
for size in 128x128 256x256 512x512; do
cp ./logo.png $out/share/icons/hicolor/$size/apps/ocbwoy3-system.png
cp ./gay-boykisser.png $out/share/icons/hicolor/$size/apps/gay-boykisser.png
cp ./boykisser.png $out/share/icons/hicolor/$size/apps/boykisser.png
done
'';

View File

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 134 KiB