Use walker to highlight current selection

This commit is contained in:
David Heinemeier Hansson
2025-08-08 15:56:16 +02:00
parent 3566ecfc89
commit c97de217b3
4 changed files with 27 additions and 21 deletions

3
bin/omarchy-theme-current Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
basename "$(realpath "$HOME/.config/omarchy/current/theme")" | sed -E 's/(^|-)([a-z])/\1\u\2/g; s/-/ /g'