Utkarsh Verma

Results 90 comments of Utkarsh Verma

Is this not going to be implemented soon? Would be awesome to see this getting implemented.

I think this behaviour is related to me wrapping the block command inside and `echo`: https://github.com/UtkarshVerma/dwmblocks-async/blob/main/main.c#L15 Therefore, the command "sb-music" actually ends up being executed as "echo $(sb-music)". The reason...

That's a workaround, but ideally, `dwmblocks-async` shouldn't require it in the first place. Some code reassessment is in order.

Another workaround is to have programs launched quietly in the script. For example, this prevents the block from being stalled: ```sh st -e ncmpcpp >/dev/null 2>&1 & ```

@howisjames I'm glad you liked the theme. Recently, I've been working on a new theme from scratch, which I've optimized for performance and search engines and lots more. I'm currently...

Well, I'm dropping support for this theme due to time constraints, therefore I'm afraid you'll have to switch to other themes.

Thanks for the feature request. As of now I don't have the time, but I will look into this when I'll be free, after a couple of months or so.

Self note: **https://gohugo.io/templates/internal/#configure-open-graph**

I do have plans for it but not soon, since I'm planning to make my theme more efficient first. There have been various discussions at [Hugo Discussion](https://discourse.gohugo.io).

Just came upon this: https://gohugo.io/tools/search/ Seems that it is possible. However, I won't be implementing it now due to time insufficiency. Pull requests are welcome.