Make wofi stylesheet user editable

Closes #167
Co-authored-by: @cannikin
This commit is contained in:
David Heinemeier Hansson
2025-07-14 20:53:04 -07:00
parent 5501d94896
commit 5a48f120ec
4 changed files with 79 additions and 1 deletions

5
migrations/1752551006.sh Normal file
View File

@ -0,0 +1,5 @@
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/
fi