add and move stuff

This commit is contained in:
2024-04-20 20:11:17 +02:00
parent d33f7da9df
commit 010cf75ce4
78 changed files with 7991 additions and 0 deletions

View File

@@ -0,0 +1,86 @@
add_newline = true
command_timeout = 1000
[line_break]
disabled = true
[[battery.display]]
threshold = 10
style = "bold blink 196"
[[battery.display]]
threshold = 15
style = "bold 214"
#[c]
#disabled = true
[character]
success_symbol = ">"
error_symbol = "x"
[cmd_duration]
min_time = 5_000
show_notifications = true
min_time_to_notify = 30_000
notification_timeout = 3_000
[directory]
read_only = "[RO]"
truncation_length = 3
truncate_to_repo = true
truncation_symbol = "../"
[git_branch]
always_show_remote = false
[git_status]
ahead = ">"
behind = "<"
diverged = "<>"
renamed = "r"
deleted = "x"
[git_metrics]
disabled = false
[hostname]
#ssh_only = true
ssh_symbol = ""
format = "ssh'd to [$hostname]($style) at "
[localip]
disabled = false
[package]
format = "ver [$symbol$version]($style) "
symbol = ""
[python]
symbol = "py "
format = 'with [$symbol($version)]($style)'
version_format = "v${raw}"
[lua]
symbol = "lua "
format = "with [$symbol($version) ]($style)"
version_format = ""
# detect_extensions = ["lua","!vimrc.lua"]
disabled = false
[rust]
symbol = "rust "
format = "with [$symbol($version) ]($style)"
[status]
symbol = "Sig"
disabled = false
[sudo]
format = "[!]($style)"
disabled = false
[username]
format = "[$user]($style) "