Teams: switch to Chrome webapp
This commit is contained in:
parent
dda78546c9
commit
f68a45dfd4
3 changed files with 39 additions and 46 deletions
|
|
@ -46,7 +46,6 @@
|
||||||
retroarchFull
|
retroarchFull
|
||||||
spotify
|
spotify
|
||||||
tdesktop
|
tdesktop
|
||||||
teams-for-linux
|
|
||||||
thunderbird
|
thunderbird
|
||||||
transmission-gtk
|
transmission-gtk
|
||||||
virt-manager
|
virt-manager
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,6 @@
|
||||||
retroarchFull
|
retroarchFull
|
||||||
spotify
|
spotify
|
||||||
tdesktop
|
tdesktop
|
||||||
teams-for-linux
|
|
||||||
thunderbird
|
thunderbird
|
||||||
transmission-gtk
|
transmission-gtk
|
||||||
virt-manager
|
virt-manager
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, lib, ... }:
|
{ pkgs, lib, ... }:
|
||||||
# Categories: https://specifications.freedesktop.org/menu-spec/latest/apa.html#main-category-registry
|
# Categories: https://specifications.freedesktop.org/menu-spec/latest/apa.html#main-category-registry
|
||||||
let
|
let
|
||||||
# chrome-cmd = link: "${pkgs.google-chrome}/bin/google-chrome-stable --app=${link}";
|
chrome-cmd = link: "${pkgs.google-chrome}/bin/google-chrome-stable --app=${link}";
|
||||||
firefox-cmd = link: "firefox --new-window ${link}";
|
firefox-cmd = link: "firefox --new-window ${link}";
|
||||||
webAppBuilder =
|
webAppBuilder =
|
||||||
{ desktopName
|
{ desktopName
|
||||||
|
|
@ -17,79 +17,74 @@ let
|
||||||
exec = cmd link;
|
exec = cmd link;
|
||||||
};
|
};
|
||||||
links = [
|
links = [
|
||||||
# {
|
|
||||||
# desktopName = "Microsoft Teams";
|
|
||||||
# link = "https://teams.microsoft.com";
|
|
||||||
# categories = [ "Office" ];
|
|
||||||
# }
|
|
||||||
{
|
{
|
||||||
desktopName = "Chess.com";
|
|
||||||
link = "https://chess.com";
|
link = "https://chess.com";
|
||||||
|
desktopName = "Chess.com";
|
||||||
categories = [ "Game" ];
|
categories = [ "Game" ];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
desktopName = "Google Calendar";
|
|
||||||
link = "https://google.com/calendar";
|
link = "https://google.com/calendar";
|
||||||
|
desktopName = "Google Calendar";
|
||||||
categories = [ "Office" ];
|
categories = [ "Office" ];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
desktopName = "Google Keep";
|
|
||||||
link = "https://keep.google.com";
|
link = "https://keep.google.com";
|
||||||
|
desktopName = "Google Keep";
|
||||||
categories = [ "Office" ];
|
categories = [ "Office" ];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
desktopName = "Google Play Books";
|
|
||||||
link = "https://play.google.com/books";
|
link = "https://play.google.com/books";
|
||||||
|
desktopName = "Google Play Books";
|
||||||
categories = [ "Office" "Viewer" ];
|
categories = [ "Office" "Viewer" ];
|
||||||
}
|
}
|
||||||
# {
|
|
||||||
# desktopName = "Mendeley";
|
|
||||||
# link =
|
|
||||||
# "https://www.mendeley.com/reference-manager/library/all-references";
|
|
||||||
# categories = [ "Office" ];
|
|
||||||
# }
|
|
||||||
{
|
{
|
||||||
desktopName = "Monkeytype";
|
link = "https://teams.microsoft.com";
|
||||||
|
desktopName = "Microsoft Teams";
|
||||||
|
categories = [ "Office" ];
|
||||||
|
cmd = chrome-cmd;
|
||||||
|
}
|
||||||
|
{
|
||||||
link = "https://monkeytype.com/";
|
link = "https://monkeytype.com/";
|
||||||
|
desktopName = "Monkeytype";
|
||||||
categories = [ "Game" ];
|
categories = [ "Game" ];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
desktopName = "Netflix";
|
|
||||||
link = "https://www.netflix.com";
|
link = "https://www.netflix.com";
|
||||||
|
desktopName = "Netflix";
|
||||||
categories = [ "AudioVideo" ];
|
categories = [ "AudioVideo" ];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
desktopName = "Notion";
|
|
||||||
link = "https://notion.so";
|
link = "https://notion.so";
|
||||||
|
desktopName = "Notion";
|
||||||
categories = [ "Office" ];
|
categories = [ "Office" ];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
desktopName = "Prime Video";
|
|
||||||
link = "https://primevideo.com";
|
|
||||||
categories = [ "AudioVideo" ];
|
|
||||||
}
|
|
||||||
{
|
|
||||||
desktopName = "Protonmail";
|
|
||||||
link = "https://mail.protonmail.com";
|
|
||||||
categories = [ "Office" ];
|
|
||||||
}
|
|
||||||
{
|
|
||||||
desktopName = "Twitch";
|
|
||||||
link = "https://www.twitch.tv";
|
|
||||||
categories = [ "AudioVideo" ];
|
|
||||||
}
|
|
||||||
{
|
|
||||||
desktopName = "WhatsApp";
|
|
||||||
link = "https://web.whatsapp.com/";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
desktopName = "YouTube";
|
|
||||||
link = "https://www.youtube.com";
|
|
||||||
categories = [ "AudioVideo" ];
|
|
||||||
}
|
|
||||||
{
|
|
||||||
desktopName = "Plex";
|
|
||||||
link = "https://app.plex.tv";
|
link = "https://app.plex.tv";
|
||||||
|
desktopName = "Plex";
|
||||||
|
categories = [ "AudioVideo" ];
|
||||||
|
}
|
||||||
|
{
|
||||||
|
link = "https://primevideo.com";
|
||||||
|
desktopName = "Prime Video";
|
||||||
|
categories = [ "AudioVideo" ];
|
||||||
|
}
|
||||||
|
{
|
||||||
|
link = "https://mail.protonmail.com";
|
||||||
|
desktopName = "Protonmail";
|
||||||
|
categories = [ "Office" ];
|
||||||
|
}
|
||||||
|
{
|
||||||
|
link = "https://www.twitch.tv";
|
||||||
|
desktopName = "Twitch";
|
||||||
|
categories = [ "AudioVideo" ];
|
||||||
|
}
|
||||||
|
{
|
||||||
|
link = "https://web.whatsapp.com/";
|
||||||
|
desktopName = "WhatsApp";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
link = "https://www.youtube.com";
|
||||||
|
desktopName = "YouTube";
|
||||||
categories = [ "AudioVideo" ];
|
categories = [ "AudioVideo" ];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue