diff --git a/' b/' deleted file mode 100644 index 82f38a0..0000000 --- a/' +++ /dev/null @@ -1,12 +0,0 @@ -{ - services.keyd.enable = { - default = { - ids = [ "*" ]; - settings = { - main = { - space = "overload(control, space)"; - }; - }; - }; - }; -} diff --git a/modules/wm/swaync/default.nix b/modules/wm/swaync/default.nix index 8cec6c0..bdb4a07 100644 --- a/modules/wm/swaync/default.nix +++ b/modules/wm/swaync/default.nix @@ -8,13 +8,13 @@ control-center-layer = "top"; layer-shell = true; cssPriority = "application"; - control-center-margin-top = 0; - control-center-margin-bottom = 0; - control-center-margin-right = 0; - control-center-margin-left = 0; + control-center-margin-top = 8; + control-center-margin-bottom = 8; + control-center-margin-right = 8; + control-center-margin-left = 8; notification-2fa-action = true; notification-inline-replies = false; - notification-icon-size = 64; + notification-icon-size = 32; notification-body-image-height = 100; notification-body-image-width = 200; }; @@ -30,7 +30,7 @@ .notification { 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), 0 2px 6px 2px rgba(0, 0, 0, 0.3); padding: 0;