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";
|
||||
};
|
||||
locations = {
|
||||
UTC = "Etc/UTC";
|
||||
Berlin = "Europe/Berlin";
|
||||
India = "Asia/Kolkata";
|
||||
Cuba = "America/Havana";
|
||||
Wellington = "Pacific/Auckland";
|
||||
};
|
||||
sort = "alphabetical";
|
||||
|
@ -263,7 +264,7 @@ let
|
|||
};
|
||||
grid = {
|
||||
columns = [ 33 12 28 36 0 ];
|
||||
rows = [ 9 3 7 6 0 ];
|
||||
rows = [ 9 4 6 6 0 ];
|
||||
};
|
||||
refreshInterval = 1;
|
||||
mods = with modules; {
|
||||
|
|
Loading…
Reference in a new issue