test
This commit is contained in:
parent
81d43a982f
commit
a78a339348
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
services.mako = {
|
services.mako = {
|
||||||
enable = true;
|
enable = true;
|
||||||
anchor = "top-left";
|
anchor = "top-center";
|
||||||
borderRadius = 10;
|
borderRadius = 2;
|
||||||
borderSize = 2;
|
borderSize = 2;
|
||||||
icons = true;
|
icons = true;
|
||||||
actions = true;
|
actions = true;
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
max-icon-size=128
|
max-icon-size=128
|
||||||
icon-location=left
|
icon-location=left
|
||||||
history=1
|
history=1
|
||||||
text-alignment=left
|
text-alignment=center
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue