Update blueprint library
This commit is contained in:
@ -123,9 +123,7 @@ colors:
|
||||
magenta: '0x8f3f71'
|
||||
cyan: '0x427b58'
|
||||
white: '0x3c3836'
|
||||
{% end %}
|
||||
|
||||
{% if dark %}
|
||||
{% else %}
|
||||
# Colors (Gruvbox dark)
|
||||
colors:
|
||||
# Default colors
|
||||
|
||||
@ -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 %}
|
||||
Reference in New Issue
Block a user