mirror of
https://github.com/Snigdha-OS/snigdhaos-grub-theme.git
synced 2025-09-22 11:54:55 +02:00
@eshanized: push via script
This commit is contained in:
7
tz/Africa
Normal file
7
tz/Africa
Normal file
@@ -0,0 +1,7 @@
|
||||
for tz in Gaborone Harare Johannesburg Lagos; do
|
||||
menuentry --class=tz.Africa.${tz} "Africa/${tz}" {
|
||||
timezone="tz=${1}"
|
||||
def_timezone="${1}"
|
||||
menu_reload
|
||||
}
|
||||
done
|
7
tz/America
Normal file
7
tz/America
Normal file
@@ -0,0 +1,7 @@
|
||||
for tz in Antigua Argentina Aruba Asuncion Bogota Caracas Costa_Rica El_Salvador Guatemala Guayaquil La_Paz Lima Managua Mexico_City Montevideo New_York Panama Puerto_Rico Santiago Santo_Domingo Sao_Paulo Tegucigalpa Toronto; do
|
||||
menuentry --class=tz.America.${tz} "America/${tz}" {
|
||||
timezone="tz=${1}"
|
||||
def_timezone="${1}"
|
||||
menu_reload
|
||||
}
|
||||
done
|
7
tz/Asia
Normal file
7
tz/Asia
Normal file
@@ -0,0 +1,7 @@
|
||||
for tz in Hong_Kong Jerusalem Kolkata Manila Seoul Shanghai Singapore Taipei Tokyo; do
|
||||
menuentry --class=tz.Asia.${tz} "Asia/${tz}" {
|
||||
timezone="tz=${1}"
|
||||
def_timezone="${1}"
|
||||
menu_reload
|
||||
}
|
||||
done
|
7
tz/Atlantic
Normal file
7
tz/Atlantic
Normal file
@@ -0,0 +1,7 @@
|
||||
for tz in Reykjavik; do
|
||||
menuentry --class=tz.Atlantic.${tz} "Atlantic/${tz}" {
|
||||
timezone="tz=${1}"
|
||||
def_timezone="${1}"
|
||||
menu_reload
|
||||
}
|
||||
done
|
7
tz/Australia
Normal file
7
tz/Australia
Normal file
@@ -0,0 +1,7 @@
|
||||
for tz in Sydney; do
|
||||
menuentry --class=tz.Australia.${tz} "Australia/${tz}" {
|
||||
timezone="tz=${1}"
|
||||
def_timezone="${1}"
|
||||
menu_reload
|
||||
}
|
||||
done
|
7
tz/Etc
Normal file
7
tz/Etc
Normal file
@@ -0,0 +1,7 @@
|
||||
for tz in UTC; do
|
||||
menuentry --class=tz.Etc.${tz} "Etc/${tz}" {
|
||||
timezone="tz=${1}"
|
||||
def_timezone="${1}"
|
||||
menu_reload
|
||||
}
|
||||
done
|
7
tz/Europe
Normal file
7
tz/Europe
Normal file
@@ -0,0 +1,7 @@
|
||||
for tz in Amsterdam Athens Berlin Bratislava Brussels Bucharest Budapest Copenhagen Dublin Helsinki Istanbul Kiev Lisbon Ljubljana London Luxembourg Madrid Minsk Moscow Oslo Paris Prague Rome Sarajevo Sofia Stockholm Tallinn Vaduz Vienna Warsaw Zagreb Zurich; do
|
||||
menuentry --class=tz.Europe.${tz} "Europe/${tz}" {
|
||||
timezone="tz=${1}"
|
||||
def_timezone="${1}"
|
||||
menu_reload
|
||||
}
|
||||
done
|
7
tz/Pacific
Normal file
7
tz/Pacific
Normal file
@@ -0,0 +1,7 @@
|
||||
for tz in Auckland Noumea; do
|
||||
menuentry --class=tz.Pacific.${tz} "Pacific/${tz}" {
|
||||
timezone="tz=${1}"
|
||||
def_timezone="${1}"
|
||||
menu_reload
|
||||
}
|
||||
done
|
Reference in New Issue
Block a user