remove tweag account from calendar

master
Yorick van Pelt 2023-10-18 09:43:55 +02:00
parent c2f882e2e4
commit a8abf3354e
Signed by: yorick
GPG Key ID: D8D3CC6D951384DE
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ if not Path("~/.gcalcli_oauth").expanduser().exists():
i3 = i3ipc.Connection()
accounts = ["yorickvanpelt@gmail.com", "yorick.vanpelt@tweag.io", "yorick@datakami.nl"]
accounts = ["yorickvanpelt@gmail.com", "yorick@datakami.nl", "yorick@replicate.com"]
gcal = GoogleCalendarInterface(
cal_names=parse_cal_names(accounts),

View File

@ -104,10 +104,10 @@ window#waybar {
background: #4285f4;
}
#custom-cal.user-1 {
background: #f67755;
background: #33b679;
}
#custom-cal.user-2 {
background: #33b679;
background: #9e69af;
}
#custom-marvin {