mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
Make wofi stylesheet user editable
Closes #167 Co-authored-by: @cannikin
This commit is contained in:
5
migrations/1752551006.sh
Normal file
5
migrations/1752551006.sh
Normal 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
|
Reference in New Issue
Block a user