No description
  • Lua 59.7%
  • CSS 40.3%
Find a file
2026-07-18 02:30:56 +02:00
elephant Initial commit 2026-07-18 01:05:40 +02:00
walker Initial commit 2026-07-18 01:05:40 +02:00
.gitattributes Update README with video showcase 2026-07-18 02:01:19 +02:00
README.md Add header to readme 2026-07-18 02:30:56 +02:00
searxng-api.env.example Initial commit 2026-07-18 01:05:40 +02:00
searxng-prefs.env.example Initial commit 2026-07-18 01:05:40 +02:00
showcase.mp4 Update README with video showcase 2026-07-18 02:01:19 +02:00

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.

  1. cp ./elephant to ~/.config/elephant (cp -r).
  2. cp ./walker to ~/.config/walker (cp -r).

Notes:

  • elephant/elephant.toml sets terminal_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.xml references 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 under LeftWatermark if you'd rather drop the watermark entirely.

Got Live-Search? Want Live-Search? Well Here Ya Go

  1. Copy searxng-api.env.example to ~/.config/elephant/searxng-api.env (and chmod 600 it).
  2. Fill in the username/password — ask flur for credentials. Without them live-search silently returns nothing.
  3. Optional: copy searxng-prefs.env.example to ~/.config/elephant/searxng-prefs.env to override safe-search/language (SEARXNG_SAFE_SEARCH, SEARXNG_LANGUAGE); leave it unset to use the server's defaults.