Param Arora
Param Arora
Looks like this project won't be maintained anymore, switched to your fork until this pr is merged.
Thanks for the efforts, its working seamingly well but just one major thing it's missing is disabling the plugin entirely when in a disabled filetype window. e.g   It...
> I add telescope-zoxide, it doesn't work. it seems telescope can't find the extentions. > > the functionality of zoxide is missed in your configuration. there is no way to...
Use [better-escape.nvim](https://github.com/max397574/better-escape.nvim) instead
Can you change the background of lualine to that of that of the colorscheme background (#2E3440), currently it looks like this  And for NvimTree, `highlight NvimTreeStatusLineNC guibg=nvim_treebg guifg=nvim_treebg` `highlight...
Something similar is happening when bg and fg of NvimTreeVertSplit ([Now NvimTreeWinSeparator](https://github.com/kyazdani42/nvim-tree.lua/pull/1225)) is set to that of NvimTree  OR Even setting vert fillchar to nothing will give the same...
So something like this right ? ```c bartabcalculate(selmon, x + getsystraywidth(), TEXTW(stext) - lrpad + 2, ev->x, battabclick); ``` and ```c bartabcalculate(m, x + getsystraywidth(), tw, -1, bartabdraw); ``` since...
Just tried it (once with + getsystraywidth() and once - getsystraywidth() ) with vanilla dwm + systray + bartabgroup patch and it didn't work Any other workaround that you might...
argument tw seems to be for `int sw` and not `int offx`  so in the buttonpress call it should be this right ? ```c bartabcalculate(selmon, x, TEXTW(stext) - lrpad...
Well not sure whats going wrong but it's still overlapping, it gets shifted but overlaps too. 