Add way to refresh wofi settings

This commit is contained in:
David Heinemeier Hansson
2025-07-15 19:22:27 -07:00
parent 49b191b2af
commit 2d1e6d0e69

7
bin/omarchy-refresh-wofi Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
if gum confirm "Refresh Wofi config? This will replace your current Wofi 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
fi