Move nki-home to unstable and enable blur!

This commit is contained in:
Natsu Kagami 2023-04-19 01:09:20 +02:00
parent c63b5762dd
commit eaf390c642
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
6 changed files with 48 additions and 44 deletions

View file

@ -58,7 +58,7 @@ with lib;
# Background color and transparency
background =
if isNull cfg.background then {
background_opacity = "0.9";
background_opacity = "0.85";
dynamic_background_opacity = true;
} else {
background_image = "${cfg.background}";

View file

@ -109,7 +109,7 @@ in
config.wayland.windowManager.sway = mkIf cfg.enable {
enable = true;
package = pkgs.swayfx;
package = pkgs.swayfx-unwrapped;
systemdIntegration = true;
config = {
@ -338,6 +338,9 @@ in
default_dim_inactive 0.0
for_window [app_id="kitty"] dim_inactive 0.05
titlebar_separator enable
# Blur
for_window [app_id=".*kitty.*"] blur enabled
blur_xray enabled
'' + ''
# Enable portal stuff
exec ${pkgs.writeShellScript "start-portals.sh" ''