forked from extern/StartTree
37 lines
774 B
Markdown
37 lines
774 B
Markdown
# StartTree
|
|
A terminal-style home page replicating the tree command.
|
|
|
|
<p align="center">
|
|
<img src="/images/StartTree.png", title="StartTree"/>
|
|
</p>
|
|
|
|
<span style="">
|
|
<p align="left">
|
|
<img src="/images/void.png", title="void" width=400/>
|
|
</p>
|
|
|
|
<p align="right">
|
|
<img src="/images/forest.png", title="forest" width=400/>
|
|
</p>
|
|
</span>
|
|
|
|
|
|
```yaml
|
|
font_size: 15
|
|
theme: void
|
|
|
|
tree_1:
|
|
general:
|
|
google: "https://www.google.com/"
|
|
youtube: "https://www.youtube.com/"
|
|
reddit:
|
|
homepage: "https://www.reddit.com/"
|
|
unixporn: "https://www.reddit.com/r/unixporn/"
|
|
```
|
|
|
|
# Themes
|
|
|
|
A variety of themes can be found in the `themes` directory.
|
|
|
|
If one wishes to dynamically theme from `pywal`, they may select `pywal` as their chosen theme in `config.yaml`.
|