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

@ -1,7 +1,8 @@
#!/bin/bash
if gum confirm "Refresh Wofi config? This will replace your current settings with Omarchy defaults."; then
if [[ "$1" == "-y" ]] || gum confirm "Refresh Wofi config? This will replace your current settings with Omarchy defaults."; then
# Overwrite local waybar settings with the latest in Omarchy
cp -f ~/.local/share/omarchy/config/wofi/config ~/.config/wofi/ 2>/dev/null
cp -f ~/.local/share/omarchy/config/wofi/style.css ~/.config/wofi/ 2>/dev/null
cp -f ~/.local/share/omarchy/config/wofi/select.css ~/.config/wofi/ 2>/dev/null
fi