Enable syncthing tray
This commit is contained in:
parent
97cb5ab9f1
commit
94f3d6d48f
@ -298,8 +298,19 @@
|
|||||||
syncthing = {
|
syncthing = {
|
||||||
enable = false;
|
enable = false;
|
||||||
# cause the tray command to wait for the service and tray manager to start
|
# cause the tray command to wait for the service and tray manager to start
|
||||||
#extraOptions = [ "--wait" ];
|
extraOptions = [ "--wait" ];
|
||||||
tray.enable = false;
|
tray.enable = true;
|
||||||
|
};
|
||||||
|
trayer = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
align = "right";
|
||||||
|
edge = "top";
|
||||||
|
tint = "black";
|
||||||
|
transparent = true; # only way i could get color to work
|
||||||
|
widthtype = "percent";
|
||||||
|
width = "10";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
unclutter = {
|
unclutter = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user