From 648e12342110718ca3736ec0082a688590cc0f7d Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Fri, 10 Apr 2026 12:13:36 +0200 Subject: Add schrottkatze rice: terminal, notifications, fuzzel, swayidle, layaway Kitty with Gruvbox colors, Dunst notifications, Fuzzel launcher, swayidle/swaylock screen locking, layaway layout tool. --- home/rices/schrottkatze/fuzzel.nix | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 home/rices/schrottkatze/fuzzel.nix (limited to 'home/rices/schrottkatze/fuzzel.nix') diff --git a/home/rices/schrottkatze/fuzzel.nix b/home/rices/schrottkatze/fuzzel.nix new file mode 100644 index 0000000..d31dee7 --- /dev/null +++ b/home/rices/schrottkatze/fuzzel.nix @@ -0,0 +1,26 @@ +{lib, ...}: { + programs.fuzzel = { + enable = true; + settings = { + main = { + font = lib.mkForce "Departure Mono:size=13"; + terminal = "kitty"; + lines = 15; + width = 50; + horizontal-pad = 20; + vertical-pad = 12; + }; + colors = { + background = lib.mkForce "282828ff"; + match = lib.mkForce "d65d0eff"; + selection-match = lib.mkForce "fe8019ff"; + border = lib.mkForce "bab9e5ff"; + }; + border = { + radius = 10; + selection-radius = 3; + width = 3; + }; + }; + }; +} -- cgit v1.2.3