From 0c38bc8b9d1da802b48f6e7d16c7956824d99865 Mon Sep 17 00:00:00 2001 From: joott Date: Sat, 26 Jul 2025 12:01:34 -0400 Subject: terminal prompt updates --- wallust/templates/starship.toml | 149 ----------------------------- wallust/templates/starship/starship.toml | 150 ++++++++++++++++++++++++++++++ wallust/templates/starship/transient.toml | 8 ++ wallust/templates/starship_transient.toml | 8 -- wallust/wallust.toml | 7 +- 5 files changed, 160 insertions(+), 162 deletions(-) delete mode 100644 wallust/templates/starship.toml create mode 100644 wallust/templates/starship/starship.toml create mode 100644 wallust/templates/starship/transient.toml delete mode 100644 wallust/templates/starship_transient.toml (limited to 'wallust') diff --git a/wallust/templates/starship.toml b/wallust/templates/starship.toml deleted file mode 100644 index 59d157f..0000000 --- a/wallust/templates/starship.toml +++ /dev/null @@ -1,149 +0,0 @@ -format = """ -[┏](id_color)\ -[](id_color)\ -$os\ -$username\ -$hostname\ -$sudo\ -[ ](bg:id_color)\ -[](fg:id_color bg:dir_color)\ -$directory\ -[](fg:dir_color bg:git_color)\ -$git_branch\ -$git_status\ -[](fg:git_color bg:lang_color)\ -$c\ -$rust\ -$golang\ -$nodejs\ -$php\ -$java\ -$kotlin\ -$haskell\ -$python\ -$julia\ -$lua\ -[](fg:lang_color)\ -$line_break\ -[┗](id_color)$character -""" - -palette = "wallust" - -[palettes.wallust] -text_color = "{{background}}" -id_color = "{{color14}}" -dir_color = "{{color13}}" -git_color = "{{color12}}" -lang_color = "{{color11}}" -yellow = "#eed49f" -mauve = "#c6a0f6" - -[os] -disabled = false -style = "bg:id_color fg:text_color bold" - -[os.symbols] -Linux = "󰌽" -Gentoo = "󰣨" -Fedora = "󰣛" -Arch = "󰣇" -Ubuntu = "󰕈" -Debian = "󰣚" - -[username] -show_always = true -format = '[ $user](bg:id_color fg:text_color bold)' -disabled = false - -[hostname] -ssh_symbol = '' -style = "bg:id_color fg:text_color bold" -format = '[@$hostname]($style)' - -[sudo] -disabled = false -symbol = " " -style = "bg:id_color fg:text_color" -format = '[$symbol]($style)' - -[directory] -style = "bg:dir_color" -read_only = "" -format = '[ $path( $read_only) ]($style fg:text_color bold)' -truncation_length = 3 -truncation_symbol = "…/" - -[git_branch] -symbol = "" -style = "bg:git_color fg:text_color bold" -format = '[ $symbol $branch ]($style)' - -[git_status] -style = "bg:git_color fg:text_color bold" -deleted = '󰗨' -format = '[$all_status$ahead_behind ]($style)' - -[character] -disabled = false -success_symbol = '[󱢶 ](fg:id_color)[󰁔](fg:green)' -error_symbol = '[󱩂 ](fg:id_color)[󰁔](fg:red)' -vimcmd_symbol = '[ ](fg:id_color)[](fg:green)' -vimcmd_replace_one_symbol = '[ ](fg:id_color)[](fg:mauve)' -vimcmd_replace_symbol = '[ ](fg:id_color)[](fg:mauve)' -vimcmd_visual_symbol = '[ ](fg:id_color)[](fg:yellow)' - -[nodejs] -symbol = "" -style = "bg:lang_color fg:text_color bold" -format = '[ $symbol( $version) ]($style)' - -[c] -symbol = "" -style = "bg:lang_color fg:text_color bold" -format = '[ $symbol( $version) ]($style)' - -[rust] -symbol = "" -style = "bg:lang_color fg:text_color bold" -format = '[ $symbol( $version) ]($style)' - -[golang] -symbol = "" -style = "bg:lang_color fg:text_color bold" -format = '[ $symbol( $version) ]($style)' - -[php] -symbol = "" -style = "bg:lang_color fg:text_color bold" -format = '[ $symbol( $version) ]($style)' - -[java] -symbol = "" -style = "bg:lang_color fg:text_color bold" -format = '[ $symbol( $version) ]($style)' - -[kotlin] -symbol = "" -style = "bg:lang_color fg:text_color bold" -format = '[ $symbol( $version) ]($style)' - -[haskell] -symbol = "" -style = "bg:lang_color fg:text_color bold" -format = '[ $symbol( $version) ]($style)' - -[python] -symbol = "" -style = "bg:lang_color fg:text_color bold" -format = '[ $symbol( $version) ]($style)' - -[julia] -symbol = "" -style = "bg:lang_color fg:text_color bold" -format = '[ $symbol( $version) ]($style)' - -[lua] -symbol = "" -style = "bg:lang_color fg:text_color bold" -format = '[ $symbol( $version) ]($style)' diff --git a/wallust/templates/starship/starship.toml b/wallust/templates/starship/starship.toml new file mode 100644 index 0000000..0803de0 --- /dev/null +++ b/wallust/templates/starship/starship.toml @@ -0,0 +1,150 @@ +format = """ +[╭](id_color)\ +[](id_color)\ +$os\ +$username\ +$hostname\ +$sudo\ +[ ](bg:id_color)\ +[](fg:id_color bg:dir_color)\ +$directory\ +[](fg:dir_color bg:git_color)\ +$git_branch\ +$git_status\ +[](fg:git_color bg:lang_color)\ +$c\ +$rust\ +$golang\ +$nodejs\ +$php\ +$java\ +$kotlin\ +$haskell\ +$python\ +$julia\ +$lua\ +[](fg:lang_color)\ +$line_break\ +[╰](id_color)\ +$character +""" + +palette = "wallust" + +[palettes.wallust] +text_color = "{{background}}" +id_color = "{{color14}}" +dir_color = "{{color13}}" +git_color = "{{color12}}" +lang_color = "{{color11}}" +yellow = "#eed49f" +mauve = "#c6a0f6" + +[os] +disabled = false +style = "bg:id_color fg:text_color bold" + +[os.symbols] +Linux = "󰌽" +Gentoo = "󰣨" +Fedora = "󰣛" +Arch = "󰣇" +Ubuntu = "󰕈" +Debian = "󰣚" + +[username] +show_always = true +format = '[ $user](bg:id_color fg:text_color bold)' +disabled = false + +[hostname] +ssh_symbol = '' +style = "bg:id_color fg:text_color bold" +format = '[@$hostname]($style)' + +[sudo] +disabled = false +symbol = " " +style = "bg:id_color fg:text_color" +format = '[$symbol]($style)' + +[directory] +style = "bg:dir_color" +read_only = "" +format = '[ $path( $read_only) ]($style fg:text_color bold)' +truncation_length = 3 +truncation_symbol = "…/" + +[git_branch] +symbol = "" +style = "bg:git_color fg:text_color bold" +format = '[ $symbol $branch ]($style)' + +[git_status] +style = "bg:git_color fg:text_color bold" +deleted = '󰗨' +format = '[$all_status$ahead_behind ]($style)' + +[character] +disabled = false +success_symbol = '[󱢶 ](fg:id_color)[󰁔](fg:green)' +error_symbol = '[󱩂 ](fg:id_color)[󰁔](fg:red)' +vimcmd_symbol = '[ ](fg:id_color)[](fg:green)' +vimcmd_replace_one_symbol = '[ ](fg:id_color)[](fg:mauve)' +vimcmd_replace_symbol = '[ ](fg:id_color)[](fg:mauve)' +vimcmd_visual_symbol = '[ ](fg:id_color)[](fg:yellow)' + +[nodejs] +symbol = "" +style = "bg:lang_color fg:text_color bold" +format = '[ $symbol( $version) ]($style)' + +[c] +symbol = "" +style = "bg:lang_color fg:text_color bold" +format = '[ $symbol( $version) ]($style)' + +[rust] +symbol = "" +style = "bg:lang_color fg:text_color bold" +format = '[ $symbol( $version) ]($style)' + +[golang] +symbol = "" +style = "bg:lang_color fg:text_color bold" +format = '[ $symbol( $version) ]($style)' + +[php] +symbol = "" +style = "bg:lang_color fg:text_color bold" +format = '[ $symbol( $version) ]($style)' + +[java] +symbol = "" +style = "bg:lang_color fg:text_color bold" +format = '[ $symbol( $version) ]($style)' + +[kotlin] +symbol = "" +style = "bg:lang_color fg:text_color bold" +format = '[ $symbol( $version) ]($style)' + +[haskell] +symbol = "" +style = "bg:lang_color fg:text_color bold" +format = '[ $symbol( $version) ]($style)' + +[python] +symbol = "" +style = "bg:lang_color fg:text_color bold" +format = '[ $symbol( $version) ]($style)' + +[julia] +symbol = "" +style = "bg:lang_color fg:text_color bold" +format = '[ $symbol( $version) ]($style)' + +[lua] +symbol = "" +style = "bg:lang_color fg:text_color bold" +format = '[ $symbol( $version) ]($style)' diff --git a/wallust/templates/starship/transient.toml b/wallust/templates/starship/transient.toml new file mode 100644 index 0000000..946c03a --- /dev/null +++ b/wallust/templates/starship/transient.toml @@ -0,0 +1,8 @@ +palette = "wallust" + +[palettes.wallust] +id_color = "{{color14}}" + +[character] +disabled = false +success_symbol = '[󰁔](fg:id_color)' diff --git a/wallust/templates/starship_transient.toml b/wallust/templates/starship_transient.toml deleted file mode 100644 index 315b788..0000000 --- a/wallust/templates/starship_transient.toml +++ /dev/null @@ -1,8 +0,0 @@ -palette = "wallust" - -[palettes.wallust] -id_color = "{{color14}}" - -[character] -disabled = false -success_symbol = '[󰑂󰁔](fg:id_color)' diff --git a/wallust/wallust.toml b/wallust/wallust.toml index 747140a..26ad8d1 100644 --- a/wallust/wallust.toml +++ b/wallust/wallust.toml @@ -11,11 +11,8 @@ waybar.target = '~/.config/waybar/colors.css' kitty.template = 'colors_kitty.conf' kitty.target = '~/.config/kitty/colors.conf' -starship.template = 'starship.toml' -starship.target = '~/.config/starship/starship.toml' - -transient_star.template = 'starship_transient.toml' -transient_star.target = '~/.config/starship/transient.toml' +starship.template = 'starship' +starship.target = '~/.config/starship/' sway.template = 'colors_sway' sway.target = '~/.config/sway/colors' -- cgit v1.3