willothy / veil.nvim

A blazingly fast, animated, and infinitely customizeable startup / dashboard plugin (currently unmaintained, but with plans for a ground-up rewrite)
151 stars 7 forks source link

feat: days of week header #9

Closed coopikoop closed 1 year ago

coopikoop commented 1 year ago

Edited builtin.lua to make the header the current day of the week. I did this with my own config, thought it might be nice for others to have it built in. I explained how to make it work in README.md, although you may want to change how I did that to make fit your style of config.

willothy commented 1 year ago

Awesome, thanks!

Note: The component API may change a bit in the next few days as I'm rewriting section.lua and some of veil.lua to get rid of some of the spaghetti code and add support for multiple highlight colors per component, but I'll gladly merge this in today and update it when I push that patch :)