From 2d6b35f451bb3b0e38e24c7b6562b7bb0df861df Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 17 Aug 2024 16:36:38 +0200 Subject: [PATCH] addet transient prompt? --- amro.toml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/amro.toml b/amro.toml index 9f0deb2..a28f320 100644 --- a/amro.toml +++ b/amro.toml @@ -1,10 +1,6 @@ "$schema" = "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json" version = 2 -[transient_prompt] -foreground_templates = ["green"] -background = 'transparent' -template = '>' # [transient_prompt] # foreground_templates = [ @@ -64,6 +60,15 @@ style = "plain" template = "# " type = "text" +[[blocks]] +alignment = "left" +newline = true +type = "prompt" + +[transient_prompt] +foreground_templates = ["green"] +background = 'transparent' +template = '>' # [transient_prompt] # type = "status" # background = "transparent"