Compare commits
2 commits
261e1f4484
...
554e332ae0
Author | SHA1 | Date | |
---|---|---|---|
554e332ae0 | |||
226264091b |
2 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
# Tray applications
|
# Tray applications
|
||||||
networkmanagerapplet # nm-applet
|
networkmanagerapplet # nm-applet
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
|
protonmail-bridge
|
||||||
|
|
||||||
# GNOME apps
|
# GNOME apps
|
||||||
gnome.cheese
|
gnome.cheese
|
||||||
|
|
|
@ -79,6 +79,11 @@ in with theme.colors; {
|
||||||
always = true;
|
always = true;
|
||||||
notification = false;
|
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) &";
|
command = "(xborders --border-rgb ${builtins.substring 1 6 primary}ff --border-radius 12 --border-width 2 --smart-hide-border --disable-version-warning) &";
|
||||||
always = true;
|
always = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue