Move to fully user editable wofi styles

Closes #190
This commit is contained in:
David Heinemeier Hansson
2025-07-16 07:11:36 -07:00
parent 4ea0e65950
commit 781a7888cb
10 changed files with 17 additions and 82 deletions

View File

@ -25,7 +25,7 @@ selection=$(printf '%s\n' "${themes[@]}" | wofi \
--width 150 \
--height 300 \
-O alphabetical \
--style ~/.local/share/omarchy/default/wofi/select.css 2>/dev/null)
--style ~/.config/wofi/select.css 2>/dev/null)
# Remove any Pango markup before converting back to filename
clean_selection=$(echo "$selection" | sed -E 's/<[^>]+>//g')