summaryrefslogtreecommitdiff
path: root/wallust
diff options
context:
space:
mode:
authorjoott <josh@ottmail.me>2025-07-26 12:01:34 -0400
committerjoott <josh@ottmail.me>2025-07-26 12:01:34 -0400
commit0c38bc8b9d1da802b48f6e7d16c7956824d99865 (patch)
treec72673d1df36547c44833601977a6fb94b97e475 /wallust
parentc045540bbc6a965468b8ac501ca9ddc26faec297 (diff)
downloaddotfiles-0c38bc8b9d1da802b48f6e7d16c7956824d99865.tar.gz
dotfiles-0c38bc8b9d1da802b48f6e7d16c7956824d99865.zip
terminal prompt updates
Diffstat (limited to 'wallust')
-rw-r--r--wallust/templates/starship/starship.toml (renamed from wallust/templates/starship.toml)5
-rw-r--r--wallust/templates/starship/transient.toml (renamed from wallust/templates/starship_transient.toml)2
-rw-r--r--wallust/wallust.toml7
3 files changed, 6 insertions, 8 deletions
diff --git a/wallust/templates/starship.toml b/wallust/templates/starship/starship.toml
index 59d157f..0803de0 100644
--- a/wallust/templates/starship.toml
+++ b/wallust/templates/starship/starship.toml
@@ -1,5 +1,5 @@
format = """
-[┏](id_color)\
+[╭](id_color)\
[](id_color)\
$os\
$username\
@@ -25,7 +25,8 @@ $julia\
$lua\
[](fg:lang_color)\
$line_break\
-[┗](id_color)$character
+[╰](id_color)\
+$character
"""
palette = "wallust"
diff --git a/wallust/templates/starship_transient.toml b/wallust/templates/starship/transient.toml
index 315b788..946c03a 100644
--- a/wallust/templates/starship_transient.toml
+++ b/wallust/templates/starship/transient.toml
@@ -5,4 +5,4 @@ id_color = "{{color14}}"
[character]
disabled = false
-success_symbol = '[󰑂󰁔](fg:id_color)'
+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'