fix(mako): syntax error in generated config file
This commit is contained in:
parent
a7447fbafe
commit
e4dcb39fc5
1 changed files with 7 additions and 7 deletions
|
@ -15,16 +15,16 @@ with lib;
|
|||
enable = true;
|
||||
settings = {
|
||||
font = "Fira Code Nerd Font 10";
|
||||
backgroundColor = "#353535FF";
|
||||
borderColor = "#1CD180";
|
||||
progressColor = "over #5566AAFF";
|
||||
textColor = "#FDFDFD";
|
||||
background-color = "#353535";
|
||||
border-color = "#1CD180";
|
||||
progress-color = "over #5566AA";
|
||||
text-color = "#FDFDFD";
|
||||
width = 300;
|
||||
height = 100;
|
||||
borderRadius = 0;
|
||||
borderSize = 2;
|
||||
border-radius = 0;
|
||||
border-size = 2;
|
||||
icons = true;
|
||||
maxIconSize = 64;
|
||||
max-icon-size = 64;
|
||||
layer = "overlay";
|
||||
anchor = "top-right";
|
||||
format = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue