mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 15:46:34 +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}";
|
||||
}];
|
||||
}];
|
||||
icon = "https://minecraft.wiki/images/Wiki.png";
|
||||
iconUpdateURL = "https://minecraft.wiki/images/Wiki.png";
|
||||
updateInterval = 24 * 60 * 60 * 1000;
|
||||
definedAliases = [ "@mc" ];
|
||||
};
|
||||
"Warframe Wiki" = {
|
||||
|
@ -273,7 +274,8 @@ in {
|
|||
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" ];
|
||||
};
|
||||
"Bing".metaData.hidden = true;
|
||||
|
|
Loading…
Reference in a new issue