From 35f4e0c88fbcfc88ca46151d12f8eb19272c380b Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Tue, 27 Jun 2023 23:38:39 +0200 Subject: [PATCH] Re-enable time in starship --- .config/starship.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/starship.toml b/.config/starship.toml index 3460cf6..efb672f 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -1,5 +1,7 @@ format = """ -[](fg:#454158 bg:blue)\ +[](fg:#454158 bg:yellow)\ +$time\ +[](fg:yellow bg:blue)\ $username$hostname$docker_context\ $python$nix_shell\ [](bg:green fg:blue)\ @@ -117,7 +119,7 @@ format = "[$status]($style)" [time] disabled = false -style = "bg:purple fg:black" +style = "bg:yellow fg:black" format = "[$time]($style)" [username]