Created
August 5, 2020 16:50
-
-
Save thecaralice/da87b2cf1a42311b0f39901429c12fb0 to your computer and use it in GitHub Desktop.
Silver demo config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[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