From 0582e8de7bd9bab7493495a803bde2cdee2f0a8f Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 20 Jan 2025 13:35:47 -0500 Subject: [PATCH] new prompt time --- modules/software/usershell.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/software/usershell.nix b/modules/software/usershell.nix index 4a117d8..510efdd 100644 --- a/modules/software/usershell.nix +++ b/modules/software/usershell.nix @@ -36,15 +36,15 @@ # Left Modules username = { disabled = false; - format = "[$user]($style)"; + format = "[ $user]($style)"; style_user = "fg:${keppel} bg:${rich_lemon}"; style_root = "fg:${blood_red} bg:${rich_lemon}"; }; hostname = { disabled = false; - format = "[@$hostname]($style)"; + format = "[@$hostname ]($style)"; style = "fg:${keppel} bg:${rich_lemon}"; - ssh_only = true; + ssh_only = false; ssh_symbol = ""; }; directory = {