⚡️ (home/fuzzel) remove hardcoded gtk icon theme
This commit is contained in:
parent
9ee9ccebff
commit
a8d8497dc7
|
@ -1,4 +1,4 @@
|
||||||
{...}: {
|
{config, ...}: {
|
||||||
programs.fuzzel = {
|
programs.fuzzel = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
||||||
line-height = 15;
|
line-height = 15;
|
||||||
lines = 10;
|
lines = 10;
|
||||||
layer = "overlay";
|
layer = "overlay";
|
||||||
icon-theme = "Papirus-Dark";
|
icon-theme = config.gtk.iconTheme.name;
|
||||||
};
|
};
|
||||||
colors = {
|
colors = {
|
||||||
background = "1E1E2EEE";
|
background = "1E1E2EEE";
|
||||||
|
|
Loading…
Reference in a new issue