From 3d6c11e8c162769e108a019348aa6b9e8c788691 Mon Sep 17 00:00:00 2001 From: coast Date: Wed, 2 Jul 2025 08:35:58 +0330 Subject: [PATCH] rice --- config/starship.root.toml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 config/starship.root.toml diff --git a/config/starship.root.toml b/config/starship.root.toml new file mode 100644 index 0000000..9269195 --- /dev/null +++ b/config/starship.root.toml @@ -0,0 +1,36 @@ +format = """ +[](#5c0000)\ +$os\ +$username\ +[](bg:#ff4444 fg:#5c0000)\ +$directory\ +[](fg:#ff4444 bg:#ff4444)\ +[](fg:#ff4444 bg:#8e44ad)\ +[](fg:#8e44ad bg:#5c0000)\ +[](fg:#5c0000 bg:#8e44ad)\ +$time\ +[ ](fg:#8e44ad)\ +""" + +[username] +show_always = true +style_user = "bg:#5c0000" +style_root = "bg:#5c0000 fg:#ffaaaa" +format = '[$user ]($style)' +disabled = false + +[os] +style = "bg:#5c0000" +disabled = true + +[directory] +style = "fg:#1a0000 bg:#ff4444" +format = "[ $path ]($style)" +truncation_length = 3 +truncation_symbol = "…/" + +[directory.substitutions] +"Documents" = "󰈙 " +"Downloads" = " " +"Music" = " " +"Pictures" = " " \ No newline at end of file