From 530cfbea05024069cffa4401b4ec103beaedc287 Mon Sep 17 00:00:00 2001 From: rope Date: Tue, 28 Jul 2026 22:50:22 +0100 Subject: [PATCH] fastfetch: drop display + theme lines --- settings/shell.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/settings/shell.nix b/settings/shell.nix index 5702b9f..7cdb07a 100644 --- a/settings/shell.nix +++ b/settings/shell.nix @@ -8,11 +8,6 @@ let swatch = n: "\\u001b[38;2;${c."${n}-rgb-r"};${c."${n}-rgb-g"};${c."${n}-rgb-b"}m● "; paletteRow = names: lib.concatMapStrings swatch names + "\\u001b[0m"; isDesktop = lib.elem config.networking.hostName [ "FredOS-Gaming" "FredOS-Macbook" ]; - # Headless hosts leave gtk.iconTheme unset, so this stays null there. - iconTheme = config.home-manager.users.fred.gtk.iconTheme or null; - themeLine = "stylix base16 (${config.stylix.polarity})" - + lib.optionalString (iconTheme != null) " · ${iconTheme.name} icons" - + " · ${config.stylix.cursor.name} cursor"; in { # Install fastfetch @@ -66,14 +61,7 @@ in },''} "shell", "terminal", - "display", "break", - { - "type": "custom", - "key": "Theme", - "keyIcon": "󰉼", - "format": "${themeLine}" - }, { "type": "custom", "key": "Palette",