From dd3caf07d24cf8608a2a14ef780d19dfeba1285e Mon Sep 17 00:00:00 2001 From: biscuit Date: Mon, 19 May 2025 20:52:42 -0500 Subject: [PATCH] added fastfetch --- pkgs/fastfetch/biscuit.nix | 34 +++++++++++++++++++++++++++++++++- pkgs/hyprland/biscuit.nix | 8 ++++---- 2 files changed, 37 insertions(+), 5 deletions(-) diff --git a/pkgs/fastfetch/biscuit.nix b/pkgs/fastfetch/biscuit.nix index 452e710..39f5b65 100644 --- a/pkgs/fastfetch/biscuit.nix +++ b/pkgs/fastfetch/biscuit.nix @@ -1,3 +1,35 @@ {...}: { - programs.fastfetch.enable = true; + programs.fastfetch = { + enable = true; + settings = { + logo = { + source = "nixos_small"; + padding = { + right = 1; + }; + }; + display = { + size = { + binaryPrefix = "si"; + }; + color = "blue"; + separator = "  "; + }; + modules = [ + { + type = "datetime"; + key = "Date"; + format = "{1}-{3}-{11}"; + } + { + type = "datetime"; + key = "Time"; + format = "{14}:{17}:{20}"; + } + "break" + "player" + "media" + ]; + }; + }; } diff --git a/pkgs/hyprland/biscuit.nix b/pkgs/hyprland/biscuit.nix index 4882fc4..9179fe0 100644 --- a/pkgs/hyprland/biscuit.nix +++ b/pkgs/hyprland/biscuit.nix @@ -17,10 +17,10 @@ gaps_in = 2; gaps_out = 5; border_size = 2; - col = { - inactive_border = "rgba(595959aa)"; - active_border = "rgba(33ccffee) rgba(00ff99ee) 45deg"; - }; + # col = { + # "inactive_border" = "rgba(595959aa)"; + # "active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg"; + # }; resize_on_border = false; allow_tearing = false; layout = "dwindle";