From cdd78ba5b135a40dbc5dee68695af74a63e9eea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Tue, 17 Oct 2023 19:01:32 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20(neodymium/home)=20add=20fuzzel=20l?= =?UTF-8?q?auncher?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/neodymium/home/wayland/default.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/hosts/neodymium/home/wayland/default.nix b/hosts/neodymium/home/wayland/default.nix index e40ab25..4541f97 100644 --- a/hosts/neodymium/home/wayland/default.nix +++ b/hosts/neodymium/home/wayland/default.nix @@ -16,6 +16,24 @@ in { extraConfig = builtins.readFile "${catppuccin-mako}/src/mocha"; }; + programs.fuzzel = { + enable = true; + settings = { + main = { + line-height = 15; + lines = 10; + }; + colors = { + background = "1E1E2EEE"; + text = "7F849CFF"; + match = "89B4FAFF"; + selection = "45475AFF"; + selection-text = "CDD6F4FF"; + selection-match = "89B4FAFF"; + }; + }; + }; + services.swayidle = { enable = true; systemdTarget = "hyprland-session.target";