feat: violet-chaton v2 — palette originale, kitty, AGS, Maple Mono NF
Refonte complete du rice. Palette 100% originale (Mitsuri Kanroji inspired), zero emprunt Dracula/Catppuccin. 50 fichiers, 3200+ lignes. Palette v2: - palette.sh source de verite unique (dark + light) - 5 accents (magenta, lilac, mitsuri, lavande, champagne) - 4 semantiques derivees, 4 niveaux texte, 6 fonds - Gradient signature: magenta → lilac → lavande → mitsuri - Variante Light: fonds lavande, accents assombris WCAG Terminal: - kitty (remplace COSMIC Term comme principal) - Maple Mono NF (cursive italics, ligatures) - Cursor trail magenta, splits/layouts tiling, undercurl - Vi-mode zsh avec cursor shape adaptatif Shell: - starship 3 lignes (palette nommee, brain_name, battery, sudo) - zshrc v2 (nouveaux outils, fzf pimp, shell functions, vi-mode) - Commandes custom: proj, glog, fkill, colors, hotkeys, weather, y Desktop: - AGS config (bar 3-pills, OSD gradient, launcher, notifications) - COSMIC Dark + Light v2 (7 fichiers RON chacun) - COSMIC Term v2 (color schemes dark/light, Maple Mono NF) - GTK3/GTK4 dark + light css - Vivaldi theme v2 Outils: - +kitty +dust +procs +tokei +sd +hyperfine +gping +Maple Mono NF - Propagation palette sur: bat, btop, cava, yazi, lazygit, rofi, delta, fastfetch, atuin, ls-colors, vivaldi - Claude Code statusline brain-aware Docs: - README v2 complet (palette, structure, raccourcis, commandes) - help.md v2 (reference exhaustive)
This commit is contained in:
@@ -2,21 +2,53 @@
|
||||
command_timeout = 1000
|
||||
add_newline = true
|
||||
|
||||
# ── Format ────────────────────────────────────────────────────────────────────
|
||||
# Ligne 1 : infos → durée | mémoire | heure
|
||||
# Ligne 2 : ❯
|
||||
format = """
|
||||
$os $username$hostname$directory$git_branch$git_status$git_state$git_commit\
|
||||
$python$nodejs$rust$golang$java$docker_context$package\
|
||||
$fill\
|
||||
$cmd_duration$memory_usage$time
|
||||
$status$character"""
|
||||
# ── violet-chaton v2 — palette reference ─────────────────────────────────────
|
||||
# magenta #ff4da6 accent primaire
|
||||
# lilac #c9a0ff accent secondaire
|
||||
# mitsuri #9adba8 vert pastel (success, fresh)
|
||||
# lavande #a4b4ff bleu-violet (info, fonctions)
|
||||
# champagne #e8c87a or chaud (warning, langages)
|
||||
# danger #f25c7a rouge vif
|
||||
# text #f0eaf8 texte principal
|
||||
# subtext1 #c4b8d4 texte secondaire
|
||||
# subtext0 #9a8fad labels
|
||||
# muted #716686 desactive
|
||||
# surface2 #5a3875 selection
|
||||
|
||||
# ── Système ───────────────────────────────────────────────────────────────────
|
||||
# ── Format — 3 lignes ───────────────────────────────────────────────────────
|
||||
# Ligne 1 : separateur
|
||||
# Ligne 2 : os | dir | git | langages | ... fill ... | duree | batterie | heure
|
||||
# Ligne 3 : prompt caractere
|
||||
format = """
|
||||
[┌──](bold #5a3875) $os$sudo$username$hostname\
|
||||
$directory$git_branch$git_status$git_state$git_commit\
|
||||
$python$nodejs$rust$golang$java$docker_context$package$env_var\
|
||||
$fill\
|
||||
$cmd_duration$battery$time
|
||||
[└─](bold #5a3875) $status$character"""
|
||||
|
||||
# ── Palette Starship ─────────────────────────────────────────────────────────
|
||||
palette = "violet-chaton"
|
||||
|
||||
[palettes.violet-chaton]
|
||||
magenta = "#ff4da6"
|
||||
lilac = "#c9a0ff"
|
||||
mitsuri = "#9adba8"
|
||||
lavande = "#a4b4ff"
|
||||
champagne = "#e8c87a"
|
||||
danger = "#f25c7a"
|
||||
text = "#f0eaf8"
|
||||
subtext1 = "#c4b8d4"
|
||||
subtext0 = "#9a8fad"
|
||||
muted = "#716686"
|
||||
surface2 = "#5a3875"
|
||||
crust = "#1a0e27"
|
||||
|
||||
# ── Systeme ──────────────────────────────────────────────────────────────────
|
||||
|
||||
[os]
|
||||
disabled = false
|
||||
style = "bold #ff79c6"
|
||||
style = "bold magenta"
|
||||
format = "[$symbol]($style)"
|
||||
|
||||
[os.symbols]
|
||||
@@ -43,38 +75,44 @@ Macos = " "
|
||||
Windows = " "
|
||||
Unknown = " "
|
||||
|
||||
[sudo]
|
||||
disabled = false
|
||||
style = "bold danger"
|
||||
symbol = " "
|
||||
format = "[$symbol]($style)"
|
||||
|
||||
[username]
|
||||
style_user = "#9399b2"
|
||||
style_root = "bold #f38ba8"
|
||||
format = "[$user]($style)"
|
||||
show_always = true
|
||||
style_user = "subtext0"
|
||||
style_root = "bold danger"
|
||||
format = "[$user]($style)"
|
||||
show_always = false
|
||||
|
||||
[hostname]
|
||||
style = "#7f849c"
|
||||
format = "[@$hostname]($style) "
|
||||
ssh_only = false
|
||||
style = "muted"
|
||||
format = "[@$hostname ]($style)"
|
||||
ssh_only = true
|
||||
ssh_symbol = " "
|
||||
|
||||
# ── Navigation ────────────────────────────────────────────────────────────────
|
||||
# ── Navigation ───────────────────────────────────────────────────────────────
|
||||
|
||||
[directory]
|
||||
style = "bold #e79cfe"
|
||||
style = "bold lilac"
|
||||
read_only = " "
|
||||
read_only_style = "#f38ba8"
|
||||
read_only_style = "danger"
|
||||
truncate_to_repo = false
|
||||
truncation_length = 4
|
||||
truncation_symbol = "…/"
|
||||
format = "[ $path]($style)[$read_only]($read_only_style) "
|
||||
|
||||
# ── Git ───────────────────────────────────────────────────────────────────────
|
||||
# ── Git ──────────────────────────────────────────────────────────────────────
|
||||
|
||||
[git_branch]
|
||||
symbol = " "
|
||||
style = "bold #ff79c6"
|
||||
style = "bold magenta"
|
||||
format = "[$symbol$branch]($style) "
|
||||
|
||||
[git_status]
|
||||
style = "#8be9fd"
|
||||
style = "mitsuri"
|
||||
format = "([$all_status$ahead_behind]($style) )"
|
||||
ahead = "⇡$count"
|
||||
behind = "⇣$count"
|
||||
@@ -88,85 +126,98 @@ deleted = "✘$count"
|
||||
conflicted = "=$count"
|
||||
|
||||
[git_state]
|
||||
style = "#f9e2af"
|
||||
style = "champagne"
|
||||
format = '\([$state( $progress_current/$progress_total)]($style)\) '
|
||||
|
||||
[git_commit]
|
||||
style = "#6c7086"
|
||||
style = "muted"
|
||||
format = '[\($hash$tag\)]($style) '
|
||||
tag_symbol = " "
|
||||
only_detached = true
|
||||
|
||||
# ── Langages ──────────────────────────────────────────────────────────────────
|
||||
# ── Langages ─────────────────────────────────────────────────────────────────
|
||||
|
||||
[python]
|
||||
symbol = " "
|
||||
style = "#f9e2af"
|
||||
style = "champagne"
|
||||
format = "[$symbol$version]($style) "
|
||||
|
||||
[nodejs]
|
||||
symbol = " "
|
||||
style = "#a6e3a1"
|
||||
style = "mitsuri"
|
||||
format = "[$symbol$version]($style) "
|
||||
|
||||
[rust]
|
||||
symbol = " "
|
||||
style = "#ff79c6"
|
||||
style = "magenta"
|
||||
format = "[$symbol$version]($style) "
|
||||
|
||||
[golang]
|
||||
symbol = " "
|
||||
style = "#8be9fd"
|
||||
style = "lavande"
|
||||
format = "[$symbol$version]($style) "
|
||||
|
||||
[java]
|
||||
symbol = " "
|
||||
style = "#f38ba8"
|
||||
style = "danger"
|
||||
format = "[$symbol$version]($style) "
|
||||
|
||||
[docker_context]
|
||||
symbol = " "
|
||||
style = "#8be9fd"
|
||||
style = "lavande"
|
||||
format = "[$symbol$context]($style) "
|
||||
only_with_files = true
|
||||
|
||||
[package]
|
||||
symbol = " "
|
||||
style = "#e79cfe"
|
||||
style = "lilac"
|
||||
format = "[$symbol$version]($style) "
|
||||
display_private = false
|
||||
|
||||
# ── Droite (après $fill) ─────────────────────────────────────────────────────
|
||||
# ── Env var custom — brain_name ──────────────────────────────────────────────
|
||||
[env_var.brain_name]
|
||||
variable = "brain_name"
|
||||
style = "italic muted"
|
||||
symbol = " "
|
||||
format = "[$symbol$env_value]($style) "
|
||||
|
||||
# ── Droite (apres $fill) ────────────────────────────────────────────────────
|
||||
|
||||
[fill]
|
||||
symbol = " "
|
||||
symbol = "─"
|
||||
style = "#3d2454"
|
||||
|
||||
[cmd_duration]
|
||||
format = "[ $duration]($style) "
|
||||
style = "#7f849c"
|
||||
style = "subtext0"
|
||||
min_time = 2000
|
||||
|
||||
[memory_usage]
|
||||
disabled = false
|
||||
threshold = 0
|
||||
symbol = " "
|
||||
style = "#9399b2"
|
||||
format = "[$symbol$ram]($style) "
|
||||
[battery]
|
||||
disabled = false
|
||||
format = "[$symbol$percentage]($style) "
|
||||
|
||||
[[battery.display]]
|
||||
threshold = 30
|
||||
style = "bold danger"
|
||||
|
||||
[[battery.display]]
|
||||
threshold = 70
|
||||
style = "champagne"
|
||||
|
||||
[time]
|
||||
disabled = false
|
||||
style = "bold #6c7086"
|
||||
style = "bold muted"
|
||||
format = "[ $time]($style)"
|
||||
time_format = "%H:%M"
|
||||
|
||||
# ── Ligne 2 ───────────────────────────────────────────────────────────────────
|
||||
# ── Ligne 3 — le prompt ─────────────────────────────────────────────────────
|
||||
|
||||
[status]
|
||||
disabled = false
|
||||
style = "#ff79c6"
|
||||
style = "danger"
|
||||
format = "[$symbol$status ]($style)"
|
||||
symbol = "✘ "
|
||||
|
||||
[character]
|
||||
success_symbol = "[❯](bold #8be9fd)"
|
||||
error_symbol = "[❯](bold #ff79c6)"
|
||||
success_symbol = "[❯](bold mitsuri)"
|
||||
error_symbol = "[❯](bold magenta)"
|
||||
|
||||
Reference in New Issue
Block a user