about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-09-30 12:05:14 +0200
committerSoispha <soispha@vhack.eu>2023-09-30 12:05:14 +0200
commitdedba1cf44d9e1c498a7fbbb1b30ae658972ba02 (patch)
tree0649032af4e2f777b99d31825e7e697a55ed6ae5
parentfeat(hm/conf/firefox/search): Add tokio-rs docs to search engines (diff)
downloadnixos-config-dedba1cf44d9e1c498a7fbbb1b30ae658972ba02.tar.gz
nixos-config-dedba1cf44d9e1c498a7fbbb1b30ae658972ba02.zip
fix(hm/conf/firefox/search): Only update icons every two days
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/firefox/config/search/engines/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/hm/soispha/conf/firefox/config/search/engines/default.nix b/hm/soispha/conf/firefox/config/search/engines/default.nix
index e851a5d7..6e8575b2 100644
--- a/hm/soispha/conf/firefox/config/search/engines/default.nix
+++ b/hm/soispha/conf/firefox/config/search/engines/default.nix
@@ -2,7 +2,7 @@
   "Brave Search" = {
     urls = [{template = "https://search.brave.com/search?q={searchTerms}";}];
     IconUpdateURL = "https://raw.githubusercontent.com/brave/brave-core/master/components/brave_welcome_ui/components/images/lion_logo.svg";
-    updateInterval = 24; # every day
+    updateInterval = 48; # every day
     definedAliases = ["@bs"];
   };
 
@@ -44,7 +44,7 @@
   "Rust std" = {
     urls = [{template = "https://doc.rust-lang.org/std/?search={searchTerms}";}];
     iconUpdateURL = "https://rustacean.net/assets/rustacean-orig-noshadow.svg";
-    updateInterval = 24;
+    updateInterval = 48;
     definedAliases = ["@rs"];
   };
   "Rust tokio" = {
@@ -57,13 +57,13 @@
   "Google Scholar" = {
     urls = [{template = "https://scholar.google.com/scholar?hl=en&q={searchTerms}";}];
     iconUpdateURL = "https://scholar.google.com/favicon.ico";
-    updateInterval = 24;
+    updateInterval = 48;
     definedAliases = ["@gs"];
   };
   "Wikipedia" = {
     urls = [{template = "https://en.wikipedia.org/wiki/{searchTerms}";}];
     iconUpdateURL = "https://upload.wikimedia.org/wikipedia/en/8/80/Wikipedia-logo-v2.svg";
-    updateInterval = 24;
+    updateInterval = 48;
     definedAliases = ["@wp"];
   };