Single-script builder (nosignal.sh) that turns a stock Arch Linux ISO into a fully-offline installer for a themed Hyprland + caelestia (Quickshell) desktop: matching SDDM greeter, Btrfs/Limine bootable snapshots, chwd-style GPU detection, and a curated "os updates" layer (keybind cheatsheet, settings panels, system polish, on-box management skill). See README.md. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
32 lines
768 B
TOML
Executable file
32 lines
768 B
TOML
Executable file
add_newline = true
|
||
command_timeout = 200
|
||
format = "[$directory$git_branch$git_status]($style)$character"
|
||
|
||
[character]
|
||
error_symbol = "[✗](bold cyan)"
|
||
success_symbol = "[❯](bold cyan)"
|
||
|
||
[directory]
|
||
truncation_length = 2
|
||
truncation_symbol = "…/"
|
||
repo_root_style = "bold cyan"
|
||
repo_root_format = "[$repo_root]($repo_root_style)[$path]($style)[$read_only]($read_only_style) "
|
||
|
||
[git_branch]
|
||
format = "[$branch]($style) "
|
||
style = "italic cyan"
|
||
|
||
[git_status]
|
||
format = '[$all_status]($style)'
|
||
style = "cyan"
|
||
ahead = "⇡${count} "
|
||
diverged = "⇕⇡${ahead_count}⇣${behind_count} "
|
||
behind = "⇣${count} "
|
||
conflicted = " "
|
||
up_to_date = " "
|
||
untracked = "? "
|
||
modified = " "
|
||
stashed = ""
|
||
staged = ""
|
||
renamed = ""
|
||
deleted = ""
|