mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
6 lines
196 B
Bash
6 lines
196 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/
|
||
|
fi
|