From f50fd3da83f68bd513c6b9ddbd9b7707ffdb9ea8 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Mon, 2 Oct 2023 21:12:07 +0200 Subject: [PATCH] Fix icons for search --- modules/users/jopejoe1/home.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/users/jopejoe1/home.nix b/modules/users/jopejoe1/home.nix index e9ec8d1..f4859b7 100644 --- a/modules/users/jopejoe1/home.nix +++ b/modules/users/jopejoe1/home.nix @@ -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;