AutoYADM commit: 2025-01-05 03:30:02

This commit is contained in:
Daniel Fichtinger 2025-01-05 03:30:02 -05:00
parent f9d5546ff6
commit a55624c089
3 changed files with 7 additions and 14 deletions

View file

@ -1,8 +1,8 @@
font-family = SauceCodePro NFM
theme = GruvboxDarkHard
theme = ashen
window-decoration = false
keybind = ctrl+enter=unbind
background-opacity = 0.5
background-opacity = 1
resize-overlay = never
confirm-close-surface = false
mouse-hide-while-typing = true

View file

@ -1,9 +0,0 @@
font-family = SauceCodePro NFM
theme = ashen
window-decoration = false
keybind = ctrl+enter=unbind
background-opacity = 1
resize-overlay = never
confirm-close-surface = false
mouse-hide-while-typing = true
window-padding-balance = true

View file

@ -10,14 +10,16 @@ $python\
$line_break\
$character"""
"$schema" = 'https://starship.rs/config-schema.json'
[directory]
style = "blue"
fish_style_pwd_dir_length = 3
[character]
success_symbol = "[](purple)"
error_symbol = "[](red)"
vimcmd_symbol = "[](green)"
success_symbol = "[>](purple)"
error_symbol = "[>](red)"
vimcmd_symbol = "[<](green)"
[git_branch]
format = "[$branch]($style)"