wip: dnsc-machine setup
This commit is contained in:
parent
74861e6f4a
commit
f93355822f
2 changed files with 6 additions and 18 deletions
12
'
12
'
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
services.keyd.enable = {
|
|
||||||
default = {
|
|
||||||
ids = [ "*" ];
|
|
||||||
settings = {
|
|
||||||
main = {
|
|
||||||
space = "overload(control, space)";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -8,13 +8,13 @@
|
||||||
control-center-layer = "top";
|
control-center-layer = "top";
|
||||||
layer-shell = true;
|
layer-shell = true;
|
||||||
cssPriority = "application";
|
cssPriority = "application";
|
||||||
control-center-margin-top = 0;
|
control-center-margin-top = 8;
|
||||||
control-center-margin-bottom = 0;
|
control-center-margin-bottom = 8;
|
||||||
control-center-margin-right = 0;
|
control-center-margin-right = 8;
|
||||||
control-center-margin-left = 0;
|
control-center-margin-left = 8;
|
||||||
notification-2fa-action = true;
|
notification-2fa-action = true;
|
||||||
notification-inline-replies = false;
|
notification-inline-replies = false;
|
||||||
notification-icon-size = 64;
|
notification-icon-size = 32;
|
||||||
notification-body-image-height = 100;
|
notification-body-image-height = 100;
|
||||||
notification-body-image-width = 200;
|
notification-body-image-width = 200;
|
||||||
};
|
};
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
.notification {
|
.notification {
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
margin: 6px 12px;
|
margin: 8px 12px;
|
||||||
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.7),
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.7),
|
||||||
0 2px 6px 2px rgba(0, 0, 0, 0.3);
|
0 2px 6px 2px rgba(0, 0, 0, 0.3);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue