From ff05435da60a56e82cdc388d0c7a4f1ffc010283 Mon Sep 17 00:00:00 2001
From: Frost-Phoenix <67cyril6767@gmail.com>
Date: Sun, 12 Nov 2023 17:43:52 +0100
Subject: [PATCH] change starship config

---
 modules/home/starship/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/home/starship/default.nix b/modules/home/starship/default.nix
index a3f7a4f..2dd6302 100755
--- a/modules/home/starship/default.nix
+++ b/modules/home/starship/default.nix
@@ -22,7 +22,7 @@
       };
 
       cmd_duration = {
-        format = "[]($style)[[神](bg:#161821 fg:#eba0ac bold)$duration](bg:#161821 fg:#BBC3DF)[ ]($style)";
+        format = "[]($style)[[󰔚](bg:#161821 fg:#d4c097 bold)$duration](bg:#161821 fg:#BBC3DF)[ ]($style)";
         disabled = false;
         style = "bg:none fg:#161821";
     };