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

@ -123,9 +123,7 @@ colors:
magenta: '0x8f3f71'
cyan: '0x427b58'
white: '0x3c3836'
{% end %}
{% if dark %}
{% else %}
# Colors (Gruvbox dark)
colors:
# Default colors

View File

@ -6,11 +6,18 @@ 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"
@ -19,3 +26,34 @@ 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 %}