Files
omarchy/bin/omarchy-refresh-walker
2026-01-05 10:17:32 +01:00

14 lines
472 B
Bash
Executable File

#!/bin/bash
# Overwrite the user configs for the Walker application launcher (which also powers the Omarchy Menu) and restart the services.
# Ensure walker is set to autostart
mkdir -p ~/.config/autostart/
cp $OMARCHY_PATH/default/walker/walker.desktop ~/.config/autostart/
systemctl --user daemon-reload
omarchy-refresh-config walker/config.toml
omarchy-refresh-config elephant/calc.toml
omarchy-refresh-config elephant/desktopapplications.toml
omarchy-restart-walker