Skip to content

Instantly share code, notes, and snippets.

@thecaralice
Created August 5, 2020 16:50
Show Gist options
  • Save thecaralice/da87b2cf1a42311b0f39901429c12fb0 to your computer and use it in GitHub Desktop.
Save thecaralice/da87b2cf1a42311b0f39901429c12fb0 to your computer and use it in GitHub Desktop.
Silver demo config
shell:
program: /bin/fish
args:
- -C silver -c silver.toml init | source
- -C sleep 1000 &
- -C false
font:
normal:
family: JetBrains Mono Nerd Font Mono
size: 7
[[left]]
name = "dir"
color.background = "blue"
color.foreground = "black"
[[left]]
name = "git"
color.background = "green"
color.foreground = "black"
[[right]]
name = "status"
color.background = "white"
color.foreground = "black"
[[right]]
name = "cmdtime"
color.background = "magenta"
color.foreground = "black"
[[right]]
name = "shell"
color.background = "green"
color.foreground = "black"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment