omarchy/migrations/1753495989.sh
David Heinemeier Hansson 137c24454f Ensure they can all run from Walker
Which does not have the bash-powered PATH
2025-08-05 16:35:28 +02:00

6 lines
255 B
Bash

echo "Allow updating of timezone by right-clicking on the clock (or running omarchy-cmd-tzupdate)"
if ! command -v tzupdate &>/dev/null; then
bash ~/.local/share/omarchy/install/config/timezones.sh
~/.local/share/omarchy/bin/omarchy-refresh-waybar
fi