Chinmay Dalal

Results 200 comments of 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 ![image](https://user-images.githubusercontent.com/36493671/96909464-b3a05080-14bb-11eb-9b8d-5a88ad0eacd7.png) even though it works in `:terminal` - ![image](https://user-images.githubusercontent.com/36493671/96909576-d7639680-14bb-11eb-96a7-0b695dbd6745.png)

@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

![Grimshot 2020-12-13 00-22-07](https://user-images.githubusercontent.com/36493671/101992480-9fb5e580-3cd9-11eb-82ed-daff1ecf03c4.png) ```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