add cuba to q
This commit is contained in:
parent
c84eef3218
commit
e4bf5b735b
1 changed files with 3 additions and 2 deletions
|
@ -112,8 +112,9 @@ let
|
||||||
odd = "white";
|
odd = "white";
|
||||||
};
|
};
|
||||||
locations = {
|
locations = {
|
||||||
|
UTC = "Etc/UTC";
|
||||||
Berlin = "Europe/Berlin";
|
Berlin = "Europe/Berlin";
|
||||||
India = "Asia/Kolkata";
|
Cuba = "America/Havana";
|
||||||
Wellington = "Pacific/Auckland";
|
Wellington = "Pacific/Auckland";
|
||||||
};
|
};
|
||||||
sort = "alphabetical";
|
sort = "alphabetical";
|
||||||
|
@ -263,7 +264,7 @@ let
|
||||||
};
|
};
|
||||||
grid = {
|
grid = {
|
||||||
columns = [ 33 12 28 36 0 ];
|
columns = [ 33 12 28 36 0 ];
|
||||||
rows = [ 9 3 7 6 0 ];
|
rows = [ 9 4 6 6 0 ];
|
||||||
};
|
};
|
||||||
refreshInterval = 1;
|
refreshInterval = 1;
|
||||||
mods = with modules; {
|
mods = with modules; {
|
||||||
|
|
Loading…
Reference in a new issue