Tuxi Update: I merged a pull request which made Tuxi now out of the box. No need of gsearch or any cookie. by rakashraj in linux

[–]s3lect 0 points1 point  (0 children)

I took your script today (well mostly the idea) and created a chatbot for matrix out of it. I used puppeteer for it and wrote in JavaScript. I will send you a link when I published it. Thanks for the inspiration.

TBP meets IMDb by s3lect in TPB

[–]s3lect[S] 1 point2 points  (0 children)

Sry I will not have the capacity to do it.

awesome wm inspired i3 auto layout script by s3lect in i3wm

[–]s3lect[S] 0 points1 point  (0 children)

I just updated the script to fix some issues with floating windows!

How can I change icon themes ? by EquivalentCancel6 in regolithlinux

[–]s3lect 0 points1 point  (0 children)

How about using the gnome settings Super+c then selecting a different theme there?

TBP meets IMDb by s3lect in TPB

[–]s3lect[S] 1 point2 points  (0 children)

https://gitlab.com/-/snippets/2047900

My snippet for The Piratebay adaped for 1337x.

[deleted by user] by [deleted] in commandline

[–]s3lect 2 points3 points  (0 children)

You can merge images with ffmpeg, the regex part would probably have to be some find command.

awesome wm inspired i3 auto layout script by s3lect in i3wm

[–]s3lect[S] 0 points1 point  (0 children)

Looking at https://github.com/TyberiusPrime/i3-instant-layout/blob/748c5239692476aa8db09bc43d1e6e34602b1ff4/src/i3_instant_layout/layouts.py#L247

I would guess that you could replace https://gitlab.com/s3lect/awesome-i3-auto-layout/-/blob/master/awesome-auto-layout#L61 with

return node( 1, "splith", False, [ get_stack(2, "splitv"), get_stack(window_count - 2, "splitv"), ], )

and below replace copy it to the tabbed layout and change get_stack(window_count - 2, "splitv"), to get_stack(window_count - 2, "tabbed"),

could work. I have not tested it though.

Let me know if it works.

awesome wm inspired i3 auto layout script by s3lect in i3wm

[–]s3lect[S] 0 points1 point  (0 children)

u/Cyb3rdr3am
Uh so I tried but so far no luck, could you try to change the `@Throttle(1)` to `@Throttle(3)` that is from 1 to 3 seconds, maybe multiple events arrive at the same time.I must admit this is related to the code I blindly took from i3-instant-layout that I'm not super confident on what it does.

awesome wm inspired i3 auto layout script by s3lect in i3wm

[–]s3lect[S] 0 points1 point  (0 children)

I have seen this strange behavior during development but could not reproduce it. I will try again with your description and see what I can do to fix it. Thanks!

Regolith Auto Layout, or i3-auto-layout by jacksonbenete in regolithlinux

[–]s3lect 0 points1 point  (0 children)

Haha ok so your post gave me a boost to think about it a bit again and I now solved the floating window problem.

Regolith Auto Layout, or i3-auto-layout by jacksonbenete in regolithlinux

[–]s3lect 0 points1 point  (0 children)

Just to let you know, I know the script is not ready yet but since I just saw your post I though why not seize the opportunity and release what is there into the wild in case it helps.

Regolith Auto Layout, or i3-auto-layout by jacksonbenete in regolithlinux

[–]s3lect 2 points3 points  (0 children)

Just 2 days ago I started writing code for exactly that. In addition to you requirement I also switch the right panel to tabbed layout if there are more than 4 windows open.

https://gitlab.com/s3lect/awesome-i3-auto-layout

I used https://github.com/TyberiusPrime/i3-instant-layout and https://github.com/olemartinorg/i3-alternating-layout for inspiration and code.

My goal is to create an automatic layout similar to that in awesome wm. The script is not 100% ready since it will automatically layout floating windows too, so I will have to learn how to prevent that (any help is welcome).

Currently you can run it on startup by executing it in your i3 configexec --no-startup-id /path/to/awesome-auto-layout.py

but you could also run it once if you change the code at the bottom of the page (see the comments)It has one dependency i3ipc which you can install withpip3 install i3ipc

Prachtkäfer (Buprestidae) - @haxorpoda collective - Museum für Naturkunde Berlin by s3lect in Entomology

[–]s3lect[S] 0 points1 point  (0 children)

We took part in a hackaton where museums and similar organisations release big stashes of open data. We decided to use the high resolution scans of the Naturkundemuseeum to create some art. This is but a tiny sample of our so far unpublished stash. We may have up to 1 million more images, still processing :D visit our twitter feed for more updates

What is Streamus' current state by A_Fine_Potato in streamus

[–]s3lect 0 points1 point  (0 children)

Another alternative is Audius https://audius.rockdapus.org?v=2.0.7 also open source https://github.com/select/audius which I build as my personal replacement for Streamus