Re: [dev] [dwm] New software: swm & infobar

2024-11-07 Thread Raymond Cole
On 24/11/05 10:55AM, Jeremy wrote: > > I had a look at your bar program. So it has background scripts that > > output to files independently and depends on inotify to wait for updates. > > One of my first ideas of infobar is the same in essence, but with > > scripts writing to FIFOs instead of fil

Re: [dev] [dwm] New software: swm & infobar

2024-11-05 Thread Jeremy
On 11/05/24 08:34AM, Raymond Cole wrote: > On second thought, I think that's awful in terms of readability so I've > just renamed it "button". I may have been hallucinating, but when I saw "butt...tock" it occured to me that it was clearly the opposite of a tick-tok in a butt/tick duality. I can

Re: [dev] [dwm] New software: swm & infobar

2024-11-05 Thread Raymond Cole
On 24/11/04 12:06AM, Jeremy wrote: > I like this > if [ "$butt" -eq 1 ]; then > My terrible humor LOL. On second thought, I think that's awful in terms of readability so I've just renamed it "button". > I did my bar a similar way, except each widget is a script responsible for > its own formatt

Re: [dev] [dwm] New software: swm & infobar

2024-11-04 Thread Jeremy
On 10/25/24 08:11AM, Raymond Cole wrote: > May someone check them out and share opinions? > I like this if [ "$butt" -eq 1 ]; then I did my bar a similar way, except each widget is a script responsible for its own formatting, like: mpc status -f '%artist% ~ %title%' | if read -r song && read -r

Re: [dev] [dwm] New software: swm & infobar

2024-10-26 Thread Raymond Cole
On 24/10/25 08:24PM, Страхиња Радић wrote: > This has already been discussed: > > https://lists.suckless.org/dev/2306/35253.html > > and > > https://lists.suckless.org/dev/2306/35258.html > > In other words, when you license a work under GPL, you license **the > whole work** under GPL. You can

Re: [dev] [dwm] New software: swm & infobar

2024-10-25 Thread Страхиња Радић
Дана 24/10/25 08:11AM, Raymond Cole написа: > By the way, I license swm under GPL, and clarify in source files that > portions of code that come from dwm are still licensed the same as dwm. > I think it would be neater if I could relicense dwm derived code under > GPL, but for that I need permissio

[dev] [dwm] New software: swm & infobar

2024-10-25 Thread Raymond Cole
Hello developers, I made a new window manager and an accompanying status program: https://wolog.xyz/repos/swm https://wolog.xyz/repos/infobar May someone check them out and share opinions? I am an undergraduate majoring in math and I am about to apply to computer-related graduate programs. swm