-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chwb2 not working as expected #45
Comments
Hi, if you are using that script, you might try uncommenting the commented out default colors there (above the theme get, I also just pushed an edit). You can test that chwb2 is working (it is for me in bspwm) EG like so: bspc config border_width 10
chwb2 -I '000000' -O 'cccccc' -i 5 -o 5 $(bspc query -N -n) edit: note your bspwm border width has to be large enough for what you're trying to draw in with chwb/chwb2. also, if you are interested in n borders, rather than 1 or 2, you might try out chwbn from https://github.com/neeasade/opt |
I know that from a previous issue, I read before from I cant figure out the slightest of what the problem is. |
|
Can you think what can be causing it, it is same in both i3 and bspwm.. |
Except for the chwb2 part, rest of the script is working as expected. If I replace that line with |
Nevermind, reinstalling the xcb libraries did the trick...no idea why it was |
I was trying to use the script written by https://github.com/neeasade/dotfiles/blob/master/wm/.wm/scripts/visual/2bspwm provided by @neeasade which uses chwb2 to draw on borders
which didn't work, nor it was giving out any output.
On finding out the problem, I realise that chbw2 is not working as it was exepected ( I use bspwm )
It was not giving out any output or visual change.
Later on , I tried chwb to draw border so that another border may be drawn using chwb2 over it,
But on bspwm, all chwb is doing is changing the border color temporaly until I refocus the mouse on that window, whereas if I use the -size arguement , then the window seems to shift a bit toward left corner without any change in border size
Can you please help me figuring this out....
Thanks in advance
The text was updated successfully, but these errors were encountered: