From 141055212a76f0daccb46fb2b25d7b77b67c3294 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Fri, 15 Nov 2024 10:22:33 +0100 Subject: [PATCH 1/6] Re-enable `swaync` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's not a VNC client 😖 --- hmModules/hyprland/default.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/hmModules/hyprland/default.nix b/hmModules/hyprland/default.nix index 884d68b..3b43376 100644 --- a/hmModules/hyprland/default.nix +++ b/hmModules/hyprland/default.nix @@ -23,9 +23,7 @@ in ../waybar ../swayidle ../gammastep - # ../wezterm - # ../wayvnc - # ../swaync + ../swaync ../foot ]; @@ -103,8 +101,8 @@ in wayland.windowManager.hyprland = { enable = true; plugins = with pkgs.hyprlandPlugins; [ - hy3 - hyprspace + # hy3 + # hyprspace ]; # TODO migrate to structured options extraConfig = builtins.readFile ./hyprland.conf; From 19e753be87a2613d5ac982110d675dc4ccfbaad7 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Fri, 15 Nov 2024 10:32:54 +0100 Subject: [PATCH 2/6] These Hyprland options don't exist anymore? --- hmModules/hyprland/hyprland.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hmModules/hyprland/hyprland.conf b/hmModules/hyprland/hyprland.conf index 1243b85..212b560 100644 --- a/hmModules/hyprland/hyprland.conf +++ b/hmModules/hyprland/hyprland.conf @@ -99,10 +99,10 @@ general { decoration { rounding = 8 - drop_shadow = true - shadow_range = 4 - shadow_render_power = 3 - col.shadow = rgba(a8cfee11) + # drop_shadow = true + # shadow_range = 4 + # shadow_render_power = 3 + # col.shadow = rgba(a8cfee11) } animations { From 0f782f21c8b0270ee344beaa4608fdd54330918f Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Fri, 15 Nov 2024 10:33:28 +0100 Subject: [PATCH 3/6] Remove kanshi --- hmModules/hyprland/default.nix | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/hmModules/hyprland/default.nix b/hmModules/hyprland/default.nix index 3b43376..df0d002 100644 --- a/hmModules/hyprland/default.nix +++ b/hmModules/hyprland/default.nix @@ -66,33 +66,6 @@ in enable = true; }; - # services.kanshi = { - # enable = true; - # systemdTarget = "hyprland-session.target"; - # profiles = { - # undocked = { - # outputs = [ - # { - # status = "enable"; - # criteria = "eDP-1"; - # } - # ]; - # }; - # docked = { - # outputs = [ - # { - # status = "disable"; - # criteria = "eDP-1"; - # } - # { - # status = "enable"; - # criteria = "DP-1"; - # } - # ]; - # }; - # }; - # }; - home.file.".icons/catppuccin-mocha-sapphire" = { source = "${pkgs.catppuccin-cursors.mochaSapphire}/share/icons/catppuccin-mocha-sapphire-cursors"; recursive = true; From 2fcd6ed271954984fef28b7c99481c117c190191 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Fri, 15 Nov 2024 10:22:33 +0100 Subject: [PATCH 4/6] Re-enable `swaync` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's not a VNC client 😖 --- hmModules/hyprland/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hmModules/hyprland/default.nix b/hmModules/hyprland/default.nix index 884d68b..5a86b29 100644 --- a/hmModules/hyprland/default.nix +++ b/hmModules/hyprland/default.nix @@ -23,9 +23,7 @@ in ../waybar ../swayidle ../gammastep - # ../wezterm - # ../wayvnc - # ../swaync + ../swaync ../foot ]; From fb18de26a0c62655cb919931d5590478bc3fecdd Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Fri, 15 Nov 2024 10:32:54 +0100 Subject: [PATCH 5/6] These Hyprland options don't exist anymore? --- hmModules/hyprland/hyprland.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hmModules/hyprland/hyprland.conf b/hmModules/hyprland/hyprland.conf index 1243b85..212b560 100644 --- a/hmModules/hyprland/hyprland.conf +++ b/hmModules/hyprland/hyprland.conf @@ -99,10 +99,10 @@ general { decoration { rounding = 8 - drop_shadow = true - shadow_range = 4 - shadow_render_power = 3 - col.shadow = rgba(a8cfee11) + # drop_shadow = true + # shadow_range = 4 + # shadow_render_power = 3 + # col.shadow = rgba(a8cfee11) } animations { From 442c3cec92578fb074ca05e618fafe820cc73e6b Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Fri, 15 Nov 2024 10:33:28 +0100 Subject: [PATCH 6/6] Remove kanshi --- hmModules/hyprland/default.nix | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/hmModules/hyprland/default.nix b/hmModules/hyprland/default.nix index 5a86b29..977132a 100644 --- a/hmModules/hyprland/default.nix +++ b/hmModules/hyprland/default.nix @@ -66,33 +66,6 @@ in enable = true; }; - # services.kanshi = { - # enable = true; - # systemdTarget = "hyprland-session.target"; - # profiles = { - # undocked = { - # outputs = [ - # { - # status = "enable"; - # criteria = "eDP-1"; - # } - # ]; - # }; - # docked = { - # outputs = [ - # { - # status = "disable"; - # criteria = "eDP-1"; - # } - # { - # status = "enable"; - # criteria = "DP-1"; - # } - # ]; - # }; - # }; - # }; - home.file.".icons/catppuccin-mocha-sapphire" = { source = "${pkgs.catppuccin-cursors.mochaSapphire}/share/icons/catppuccin-mocha-sapphire-cursors"; recursive = true;