Kiran Wells

Results 10 comments of Kiran Wells

There are a couple of reasons I requested this, the first is that I was unaware that polled variables could be manually updated. This does solve some of the problem,...

Have you tried changing the $TERM value? Often it acts odd through ssh. Try `export TERM=screen-256color` after logging into the ssh session. You can also try `echo $TERM` to see...

Are you able to get the wallpaper successfully with that command? If you just need to find a good way to run it, you could try watching the file where...

What wallpaper setter do you use? If Pywal can't find one of the supported ones like feh, I don't think it can change the wallpaper.

Is anyone still working on this? I have a [nord-tc colorscheme](https://github.com/KiranWells/micro-nord-tc-colors) created already, although I have not started working on any extra syntax management. I thought that would be a...

Would it be possibel to just discard all pixels with a transparency of 0? ```glsl if (opacity < 0.0001) discard; // or mix with an unblurred background ``` This should...

Update: Developer is still not working, but normal Firefox is. However, I found a (somewhat hacky) workaround to get the blur effect. If you set the `#browser` background to your...

Just to clarify; the issue does not seem to be picom at all. Transparent windows are working just as they should, as you can see in the screenshot of normal...

Which snippet do you mean? I was not aware of a fix for this.

I have spent a few hours looking into this, and I wanted to share what I found. I believe the way Safari does it is that it sets the overflow...