AXeL

Results 81 comments of AXeL

@bvr-123 I'm not that good at UX, still i always tend for simple stuffs, so what about having a **plus** button which will let you add custom tabs in the...

Hey, Try this custom js code ``` function checkUnread() { var e = document.querySelectorAll('div.thread:not(.nobadge) div.badge'); var t = 0; for (i = 0; i < e.length; i++) { t +=...

Great! ;)

Right now i don't really have time to, but its not a big deal, you only need to create some custom css & inject it the same way you did...

> I was thinking about this too. In the past, I've used [xdotool](https://github.com/jordansissel/xdotool) for things like this. Maybe it'd be possible to use a [shell subprocess](https://stackoverflow.com/a/9682073) and call it? In...

I figured out that the XTest library used in Clipped is available on python too: - [pypi link](https://pypi.org/project/xtest) - [github link](https://github.com/sorenh/python-xtest) So we could maybe use it instead of calling...

@MyriaCore I think that creating a custom action didn't work since i'm getting the following error message: ``` Traceback (most recent call last): File "/usr/lib/python3/dist-packages/ulauncher/utils/SimpleWebSocketServer.py", line 574, in _parseMessage self._handlePacket()...

Finally got it to work, based on code from [ulauncher-kill](https://github.com/Ulauncher/ulauncher-kill/blob/master/main.py) extension. @MyriaCore thanks for the help :wink:

> any updates @AXeL-dev? Well i didn't rework on this since the last time. I'll try to this night.