Files
omarchy/bin/omarchy-cmd-tzupdate

6 lines
133 B
Plaintext
Raw Permalink Normal View History

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