Files
omarchy/migrations/1752551006.sh
David Heinemeier Hansson 781a7888cb Move to fully user editable wofi styles
Closes #190
2025-07-16 07:11:36 -07:00

7 lines
263 B
Bash

echo "Make wofi stylesheet user editable"
if [[ -L "$HOME/.config/wofi/style.css" ]]; then
rm "$HOME/.config/wofi/style.css"
cp ~/.local/share/omarchy/config/wofi/style.css ~/.config/wofi/
cp ~/.local/share/omarchy/config/wofi/search.css ~/.config/wofi/
fi