Update blueprint library

This commit is contained in:
2021-05-20 16:36:49 +02:00
parent 00412be372
commit 6fb96f6270
5 changed files with 46 additions and 10 deletions

View File

@ -0,0 +1,59 @@
[character]
#symbol = "⤷"
error_symbol = "[⤷](bold red)"
success_symbol = "[⤷](bold green)"
vicmd_symbol = "[⤶](bold green)"
[username]
show_always = true
{% if demo %}
format = "[demo]($style) in "
{% else %}
format = "[$user]($style)@"
{% end %}
[hostname]
ssh_only = false
format = "[$hostname]($style) in "
{% if demo %}
disabled = true
{% end %}
[custom.stl]
description = "time logger"
when = "stl stat -f /home/hulthe/.stld" # touch the file, but don't create it
command = "cat /home/hulthe/.stld"
symbol = "🕑"
style = "italic bright-purple"
format = "[$symbol ($output )]($style)"
{% if demo %}
disabled = true
{% end %}
# hide all persondata while in demo mode
{% if demo %}
[directory]
truncation_length = 1
[git_branch]
disabled = true
[git_commit]
disabled = true
[git_state]
disabled = true
[git_status]
disabled = true
[package]
disabled = true
[rust]
disabled = true
[python]
disabled = true
{% end %}