mako silent mode
This commit is contained in:
@@ -44,6 +44,14 @@ in
|
||||
default-timeout = 15000;
|
||||
border-radius = 24;
|
||||
border-color = "#${palette.base08}FF";
|
||||
|
||||
"mode=silent" = {
|
||||
invisible = true; # hide all notifications
|
||||
actions = false;
|
||||
icons = false;
|
||||
default-timeout = 0;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
@@ -36,6 +36,8 @@
|
||||
valgrind
|
||||
fontconfig
|
||||
|
||||
plantuml
|
||||
|
||||
rustup
|
||||
rustfmt
|
||||
treefmt
|
||||
|
||||
@@ -59,7 +59,10 @@
|
||||
#system = "x86_64-linux";
|
||||
# if the builder supports building for multiple architectures,
|
||||
# replace the previous line by, e.g.,
|
||||
systems = ["x86_64-linux" "aarch64-linux"];
|
||||
systems = [
|
||||
"x86_64-linux"
|
||||
"aarch64-linux"
|
||||
];
|
||||
maxJobs = 6;
|
||||
speedFactor = 6001;
|
||||
supportedFeatures = [ ];
|
||||
|
||||
Reference in New Issue
Block a user