update mail
This commit is contained in:
parent
4db10f6c37
commit
728becd5ff
2 changed files with 6 additions and 1 deletions
|
@ -39,6 +39,10 @@ let
|
|||
query = "from:turners.co.nz";
|
||||
tags = [ "+junk" "-unread" "-inbox" ];
|
||||
}
|
||||
{
|
||||
query = "from:twitch.tv";
|
||||
tags = [ "+junk" "-unread" "-inbox" ];
|
||||
}
|
||||
{
|
||||
query = "from:landr.com";
|
||||
tags = [ "+landr" "+music" ];
|
||||
|
|
|
@ -127,6 +127,7 @@ let
|
|||
};
|
||||
locations = {
|
||||
Berlin = "Europe/Berlin";
|
||||
Brazil = "America/Fortaleza";
|
||||
Wellington = "Pacific/Auckland";
|
||||
};
|
||||
sort = "alphabetical";
|
||||
|
@ -152,7 +153,7 @@ let
|
|||
wtfModule ({
|
||||
type = "prettyweather";
|
||||
title = "";
|
||||
city = "Wellington";
|
||||
city = "Essen";
|
||||
unit = "m";
|
||||
view = 0;
|
||||
language = "en";
|
||||
|
|
Loading…
Reference in a new issue