mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
6 lines
237 B
Bash
6 lines
237 B
Bash
echo "Allow updating of timezone by right-clicking on the clock (or running omarchy-cmd-tzupdate)"
|
|
if [[ ! -f /etc/sudoers.d/omarchy-tzupdate ]]; then
|
|
bash ~/.local/share/omarchy/install/config/timezones.sh
|
|
omarchy-refresh-waybar
|
|
fi
|