mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
7 lines
210 B
Bash
7 lines
210 B
Bash
echo "Allow updating of timezone by right-clicking on the clock (or running omarchy-cmd-tzupdate)"
|
|
|
|
if omarchy-cmd-missing tzupdate; then
|
|
$OMARCHY_PATH/install/config/timezones.sh
|
|
omarchy-refresh-waybar
|
|
fi
|