Merge pull request #208520 from sei40kr/etc-whitesur-icon-theme

whitesur-icon-theme: etc
This commit is contained in:
Bobby Rong 2023-01-02 18:22:46 +08:00 committed by GitHub
commit 6893447b50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@
, jdupes
, boldPanelIcons ? false
, blackPanelIcons ? false
, alternativeIcons ? false
, themeVariants ? []
}:
@ -54,6 +55,7 @@ stdenvNoCC.mkDerivation rec {
./install.sh --dest $out/share/icons \
--name WhiteSur \
--theme ${builtins.toString themeVariants} \
${lib.optionalString alternativeIcons "--alternative"} \
${lib.optionalString boldPanelIcons "--bold"} \
${lib.optionalString blackPanelIcons "--black"}