Files
omarchy/bin/omarchy-cmd-tzupdate
2025-07-26 11:15:08 -04:00

6 lines
133 B
Bash
Executable File

#!/bin/bash
sudo tzupdate
new_timezone=$(timedatectl show -p Timezone --value)
notify-send "Timezone has been set to $new_timezone"