diff options
| author | Bnyro <bnyro@tutanota.com> | 2025-05-21 15:10:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-21 15:10:29 +0200 |
| commit | 88973f5431898665c7ad992669973dc1f62f0862 (patch) | |
| tree | a754ca51cd0e597003c159e5be96342ba479dece /searx/settings.yml | |
| parent | 8bff73c9b6312984de4ae7707ae2f796cc3182ff (diff) | |
[feat] engines: add uxwing engine for icons (#4819)
- uxwing provides attribution-free icons to use for design projects
- svgrepo was my go-to before, but it's ratelimiting a lot recently
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 569ff6f3c..0da418303 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -2522,6 +2522,11 @@ engines: engine: tootfinder shortcut: toot + - name: uxwing + engine: uxwing + shortcut: ux + disabled: true + - name: voidlinux engine: voidlinux shortcut: void |