fuzzel: apply iconTheme (#1497)
Link: https://github.com/nix-community/stylix/pull/1497 Reviewed-by: awwpotato <awwpotato@voidq.com> Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
parent
825d79112f
commit
2fee88f281
1 changed files with 7 additions and 0 deletions
|
|
@ -32,5 +32,12 @@ mkTarget {
|
|||
};
|
||||
}
|
||||
)
|
||||
(
|
||||
{ polarity, iconTheme }:
|
||||
{
|
||||
programs.fuzzel.settings.main."icon-theme" =
|
||||
if (polarity == "dark") then iconTheme.dark else iconTheme.light;
|
||||
}
|
||||
)
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue