Chinmay Dalal
Chinmay Dalal
This will only work in terminal nvim right? > I had a easy scripts #15 . But many details need to be adjusted. So I will add full support when...
How do I set the dashboard to the output of a command ? For example I would like header to be the output of `cat sunjon.cat` (see [here](https://github.com/bfredl/bfredl.github.io/blob/master/docs/pres/sunjon.cat) this is...
Oh so that works. What about `fortune | lolcat`? (Lolcat turns the output RGB-rainbow)
No I mean how do I do it? `let g: dashboard_custom_header="???"`
Ye I'll use it in my personal stuff, no need to include this
How do I do the fortune lolcat one tho
I tried ```vim let foo = system('fortune | lolcat') let g:dashboard_custom_footer = [foo] ``` But i get  even though it works in `:terminal` - 
@glepnir how did you get sunjon's neovim text to work? (just for my personal config)
how did you lolcat it? i get a black background
 ```vim let g:dashboard_preview_command="cat" let g:dashboard_preview_file="~/.config/environment.d/sway.conf" let g:dashboard_preview_pipeline="lolcat" let g:dashboard_preview_file_width=70 let g:dashboard_preview_file_height=10