mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
6 lines
133 B
Plaintext
6 lines
133 B
Plaintext
![]() |
#!/bin/bash
|
||
|
|
||
|
sudo tzupdate
|
||
|
new_timezone=$(timedatectl show -p Timezone --value)
|
||
|
notify-send "Timezone has been set to $new_timezone"
|