mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
8 lines
350 B
Plaintext
8 lines
350 B
Plaintext
![]() |
#!/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
|