make: update to new settings format

This commit is contained in:
Leonardo Eugênio 2025-06-22 23:56:58 -03:00
parent 6ff8646af3
commit 48ca243d3b
No known key found for this signature in database
GPG key ID: 2F8F21CE8721456B

View file

@ -20,21 +20,22 @@ in
config = lib.mkIf cfg.enable {
services.mako = {
enable = true;
borderSize = 2;
padding = "5";
margin = "15";
layer = "overlay";
font = "${font.interface} ${toString font.size.small}";
textColor = color.txt;
backgroundColor = color.bg;
borderColor = accent.color;
progressColor = "over ${accent.color}88";
defaultTimeout = 10000;
settings = {
border-size = 2;
padding = "5";
margin = "15";
layer = "overlay";
font = "${font.interface} ${toString font.size.small}";
text-color = color.txt;
background-color = color.bg;
border-color = accent.color;
progress-color = "over ${accent.color}88";
default-timeout = 10000;
"app-name=volumesh" = {
"default-timeout" = "5000";
"group-by" = "app-name";