Fix indention

This commit is contained in:
David Heinemeier Hansson
2025-07-09 18:21:31 -07:00
parent 601a0e2ac8
commit b4fc02d3ed

View File

@ -1,11 +1,11 @@
#!/bin/bash #!/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 Waybar settings with Omarchy defaults."; then
# Overwrite local waybar settings with the latest in Omarchy # 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/config ~/.config/waybar/ 2>/dev/null
cp -f ~/.local/share/omarchy/config/waybar/style.css ~/.config/waybar/ 2>/dev/null cp -f ~/.local/share/omarchy/config/waybar/style.css ~/.config/waybar/ 2>/dev/null
# Restart waybar # Restart waybar
pkill waybar &>/dev/null pkill waybar &>/dev/null
setsid waybar &>/dev/null & setsid waybar &>/dev/null &
fi fi