No description
- Lua 59.7%
- CSS 40.3%
| elephant | ||
| walker | ||
| .gitattributes | ||
| README.md | ||
| searxng-api.env.example | ||
| searxng-prefs.env.example | ||
| showcase.mp4 | ||
Flur's How To On How To Do The Thing
Important
This project requires access to my private SearXNG instance. Simply cloning the repo won't work. Contact me on Fluxer:
flurbudurbur#1205. My DMs are open.
- cp
./elephantto~/.config/elephant(cp -r). - cp
./walkerto~/.config/walker(cp -r).
Notes:
elephant/elephant.tomlsetsterminal_cmd = "foot"— change it to your terminal.- The theme uses JetBrainsMono Nerd Font; install it or swap the font in
walker/themes/current/style.css. - The Nix snowflake watermark doesn't ship with this bundle (it lived in my Nix store);
walker/themes/current/layout.xmlreferences it by icon-name instead, so it renders blank unless your icon theme happens to have one by that name. Delete the<property name="icon-name">nix-snowflake-symbolic</property>line underLeftWatermarkif you'd rather drop the watermark entirely.
Got Live-Search? Want Live-Search? Well Here Ya Go
- Copy
searxng-api.env.exampleto~/.config/elephant/searxng-api.env(andchmod 600it). - Fill in the username/password — ask flur for credentials. Without them live-search silently returns nothing.
- Optional: copy
searxng-prefs.env.exampleto~/.config/elephant/searxng-prefs.envto override safe-search/language (SEARXNG_SAFE_SEARCH,SEARXNG_LANGUAGE); leave it unset to use the server's defaults.