whitesur-icon-theme: etc

Add an option to use alternative icon set.
This commit is contained in:
Seong Yong-ju 2023-01-01 01:29:52 +09:00
parent 27a3fda9e8
commit e5c2ffab89

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"}