mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 12:49:25 +00:00
6 lines
228 B
Bash
6 lines
228 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
|
|
omarchy-refresh-waybar
|
|
fi
|