mirror of
https://github.com/Xevion/glance.git
synced 2025-12-06 01:15:08 -06:00
Update widget-search.go
This commit is contained in:
@@ -35,6 +35,8 @@ var searchEngines = map[string]string{
|
||||
"google": "https://www.google.com/search?q={QUERY}",
|
||||
"bing": "https://www.bing.com/search?q={QUERY}",
|
||||
"perplexity": "https://www.perplexity.ai/search?q={QUERY}",
|
||||
"kagi": "https://kagi.com/search?q={QUERY}",
|
||||
"startpage": "https://www.startpage.com/search?q={QUERY}",
|
||||
}
|
||||
|
||||
func (widget *searchWidget) initialize() error {
|
||||
|
||||
Reference in New Issue
Block a user