diff --git a/bin/omarchy-refresh-waybar b/bin/omarchy-refresh-waybar index 1d63341..8317168 100755 --- a/bin/omarchy-refresh-waybar +++ b/bin/omarchy-refresh-waybar @@ -1,6 +1,6 @@ #!/bin/bash -if gum confirm "Refresh Waybar config? This will replace your current Waybar settings with Omarchy defaults."; then +if gum confirm "Refresh Waybar 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/waybar/config ~/.config/waybar/ 2>/dev/null cp -f ~/.local/share/omarchy/config/waybar/style.css ~/.config/waybar/ 2>/dev/null diff --git a/bin/omarchy-refresh-wofi b/bin/omarchy-refresh-wofi index a4ec6c8..d6d359c 100755 --- a/bin/omarchy-refresh-wofi +++ b/bin/omarchy-refresh-wofi @@ -1,6 +1,6 @@ #!/bin/bash -if gum confirm "Refresh Wofi config? This will replace your current Wofi settings with Omarchy defaults."; then +if 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