Add desktop entry for work Element profile
This commit is contained in:
parent
e253d5d0ac
commit
9ed706f2a1
|
@ -37,6 +37,8 @@ Ritual:
|
||||||
- Telegram Desktop
|
- Telegram Desktop
|
||||||
- Geary
|
- Geary
|
||||||
- Obsidian
|
- Obsidian
|
||||||
|
- Spicetify
|
||||||
|
- Copy plugins/themes/patches
|
||||||
|
|
||||||
### Rsyncd Modules
|
### Rsyncd Modules
|
||||||
Modded minecraft instance rsync modules can be accessed through `mc-[modpack]@bloodletting::mc-[modpack]` with `--rsh=ssh`
|
Modded minecraft instance rsync modules can be accessed through `mc-[modpack]@bloodletting::mc-[modpack]` with `--rsh=ssh`
|
||||||
|
|
|
@ -194,6 +194,19 @@
|
||||||
hostname = "10.42.0.104";
|
hostname = "10.42.0.104";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xdg.desktopEntries.element-work = {
|
||||||
|
name = "Element @ Work";
|
||||||
|
icon = "im.riot.Riot";
|
||||||
|
exec = "${
|
||||||
|
(pkgs.element-desktop.override { electron = pkgs.electron_24; })
|
||||||
|
}/bin/element-desktop --profile=work";
|
||||||
|
categories = [ "Network" "InstantMessaging" "Chat" "VideoConference" ];
|
||||||
|
mimeType = [ "x-scheme-handler/element" ];
|
||||||
|
settings.StartupWMClass = "element";
|
||||||
|
settings.Keywords =
|
||||||
|
"Matrix;matrix.org;chat;irc;communications;talk;riot;vector;";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.graphical.colorschemes = {
|
environment.graphical.colorschemes = {
|
||||||
|
@ -207,7 +220,6 @@
|
||||||
};
|
};
|
||||||
blue = { image = ../../../external/blue.jpg; };
|
blue = { image = ../../../external/blue.jpg; };
|
||||||
dark = { image = ../../../external/the_falls_by_night.jpg; };
|
dark = { image = ../../../external/the_falls_by_night.jpg; };
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.graphical.theme.name = "dark";
|
environment.graphical.theme.name = "dark";
|
||||||
|
|
Loading…
Reference in New Issue