Merge pull request #208520 from sei40kr/etc-whitesur-icon-theme
whitesur-icon-theme: etc
This commit is contained in:
commit
6893447b50
1 changed files with 2 additions and 0 deletions
|
@ -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"}
|
||||
|
||||
|
|
Loading…
Reference in a new issue