Compare commits

...

2 commits

Author SHA1 Message Date
554e332ae0 i3: autostart protonmail-bridge 2023-07-06 11:17:44 -07:00
226264091b apps: install protonmail-brdige 2023-07-05 15:37:22 -07:00
2 changed files with 6 additions and 0 deletions

View file

@ -22,6 +22,7 @@
# Tray applications
networkmanagerapplet # nm-applet
nextcloud-client
protonmail-bridge
# GNOME apps
gnome.cheese

View file

@ -79,6 +79,11 @@ in with theme.colors; {
always = true;
notification = false;
}
{
command = "protonmail-bridge --noninteractive &";
always = true;
notification = false;
}
{
command = "(xborders --border-rgb ${builtins.substring 1 6 primary}ff --border-radius 12 --border-width 2 --smart-hide-border --disable-version-warning) &";
always = true;