diff --git a/src/components/widgets/search/search.jsx b/src/components/widgets/search/search.jsx index 752c4166..ad3b9e47 100644 --- a/src/components/widgets/search/search.jsx +++ b/src/components/widgets/search/search.jsx @@ -1,4 +1,4 @@ -import { useEffect, useState } from "react"; +import { useState } from "react"; import { FiSearch } from "react-icons/fi"; import { FcGoogle } from "react-icons/fc"; import { SiDuckduckgo } from "react-icons/si"; diff --git a/src/skeleton/widgets.yaml b/src/skeleton/widgets.yaml index a964efdd..676166a4 100644 --- a/src/skeleton/widgets.yaml +++ b/src/skeleton/widgets.yaml @@ -5,10 +5,9 @@ cpu: true memory: true disk: / - -- search: # Searchbar in widgets area - provider: custom # Can be google, duckduckgo, bing or custom. - target: _blank # Can be _blank, _top, _self or _parent. - customdata: - url: https://startpage.com/search?q= # Required for custom provider. Remember to add the q param as per your provider. - abbr: G # Can be omitted. Only the first 2 characters will be considered. +# - search: # Searchbar in widgets area +# provider: custom # Can be google, duckduckgo, bing or custom. +# target: _blank # Can be _blank, _top, _self or _parent. +# customdata: +# url: https://startpage.com/search?q= # Required for custom provider. Remember to add the q param as per your provider. +# abbr: G # Can be omitted. Only the first 2 characters will be considered.