fix(mako): syntax error in generated config file

This commit is contained in:
Yorick Barbanneau 2025-07-15 21:36:05 +02:00
parent a7447fbafe
commit e4dcb39fc5

View file

@ -15,16 +15,16 @@ with lib;
enable = true; enable = true;
settings = { settings = {
font = "Fira Code Nerd Font 10"; font = "Fira Code Nerd Font 10";
backgroundColor = "#353535FF"; background-color = "#353535";
borderColor = "#1CD180"; border-color = "#1CD180";
progressColor = "over #5566AAFF"; progress-color = "over #5566AA";
textColor = "#FDFDFD"; text-color = "#FDFDFD";
width = 300; width = 300;
height = 100; height = 100;
borderRadius = 0; border-radius = 0;
borderSize = 2; border-size = 2;
icons = true; icons = true;
maxIconSize = 64; max-icon-size = 64;
layer = "overlay"; layer = "overlay";
anchor = "top-right"; anchor = "top-right";
format = '' format = ''