mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:36:33 +01:00
Fix icons for search
This commit is contained in:
parent
9341cfad37
commit
f50fd3da83
1 changed files with 4 additions and 2 deletions
|
@ -262,7 +262,8 @@ in {
|
||||||
value = "{searchTerms}";
|
value = "{searchTerms}";
|
||||||
}];
|
}];
|
||||||
}];
|
}];
|
||||||
icon = "https://minecraft.wiki/images/Wiki.png";
|
iconUpdateURL = "https://minecraft.wiki/images/Wiki.png";
|
||||||
|
updateInterval = 24 * 60 * 60 * 1000;
|
||||||
definedAliases = [ "@mc" ];
|
definedAliases = [ "@mc" ];
|
||||||
};
|
};
|
||||||
"Warframe Wiki" = {
|
"Warframe Wiki" = {
|
||||||
|
@ -273,7 +274,8 @@ in {
|
||||||
value = "{searchTerms}";
|
value = "{searchTerms}";
|
||||||
}];
|
}];
|
||||||
}];
|
}];
|
||||||
icon = "https://static.wikia.nocookie.net/warframe/images/e/e6/Site-logo.png";
|
iconUpdateURL = "https://static.wikia.nocookie.net/warframe/images/e/e6/Site-logo.png";
|
||||||
|
updateInterval = 24 * 60 * 60 * 1000;
|
||||||
definedAliases = [ "@wf" ];
|
definedAliases = [ "@wf" ];
|
||||||
};
|
};
|
||||||
"Bing".metaData.hidden = true;
|
"Bing".metaData.hidden = true;
|
||||||
|
|
Loading…
Reference in a new issue