mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Make setting timezone an explicit act
Since we can't always rely on geo guessing everywhere and it is slow
This commit is contained in:
6
bin/omarchy-tz-select
Executable file
6
bin/omarchy-tz-select
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
timezone=$(timedatectl list-timezones | gum filter --height 20 --header "Set timezone") || exit 1
|
||||
sudo timedatectl set-timezone "$timezone"
|
||||
echo "Timezone is now set to $timezone"
|
||||
omarchy-restart-waybar
|
||||
Reference in New Issue
Block a user