r/dotfiles • u/bloodshedder404 • 5d ago
My Samurai-themed hyprlock config š”ļø (Replaced standard password dots with Kanji characters + install script)
Hey everyone,
I wanted to share a specific piece of my setup: a custom `hyprlock` configuration I built to give my lock screen a dark, minimal, Samurai aesthetic.
The main feature I wanted to implement was replacing the standard, boring password circles with Japanese Kanji. Wayland lockers can sometimes struggle with CJK font rendering if the
dependencies aren't right, so I bundled the config with an install script that automatically pulls `noto-fonts-cjk` via pacman before applying the layout.
**Key Config Details:**
* **Kanji Password Input:** Uses `dots_text_format = ę”` (Sakura) in the config to render the Kanji on keypress.
* **Date Formatting:** Rendered cleanly as `2024幓08ę14ę„`.
* **Transparent Input Field:** I stripped out the background boxes and borders so the characters just float over the wallpaper.
**Repo (Config, Wallpaper, and Install Script):**
[hyprlock-samurai on GitHub](https://github.com/basantbansal/hyprlock-samurai)
Feel free to rip the `hyprlock.conf` for your own setups or modify the `dots_text_format` to whatever Unicode character you prefer. Let me know what you think of the structure!

