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;
|
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 = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue