You are not logged in.
^Those two upload scripts have always looked a bit gnarly to me, if you ever felt like going further than adding a Wayland screenshot wrapper...
(They work though.)
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
^Those two upload scripts have always looked a bit gnarly to me, if you ever felt like going further than adding a Wayland screenshot wrapper...
(They work though.)
Yeah they work, some small bugs though. I'll see what I can clean up.
#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen
Offline
^I had to fix one bug a couple of releases ago.
Without going over in detail (was busy with other stuff) they struck me as, at ~1000 lines, a bit overkill?
Great if you can cut them down a bit.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system linux user # 527315
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀
Offline
Looks like an Xebian Linux?
Offline
darknetmatrix wrote:Looks like an Xebian Linux?
@chroot:indeed it is Xebian (debian with xfce), based on 'sid' but runs so stable that I have not encountered any problems yet in the last three months.
Last edited by darknetmatrix (2025-04-16 07:04:14)
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system linux user # 527315
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀
Offline
Very nice Gentoo system. Makes me want to go back there. You're on openrc or systemd.
Offline
Artix install on my main laptop. I used the Xfce DE Openrc distro for the install as the base and then added in the openbox and other components I wanted. I still want to strip out most of the xfce that I dont want to keep. Screenshot is of openbox window manager log in.
I use Arch BTW! If it is not rolling, it is stagnant!
RebornOS, EndeavourOS, Archbang, Artix,
Linuxhub Prime, Manjaro, Void, PCLinuxOS
Offline
Döbbie03 wrote:Very nice Gentoo system. Makes me want to go back there.
You're on openrc or systemd.
Thanks man, I'm on SystemD. I had enough going on learning Gentoo without learning a new init system while I was at it.
"All we are is dust in the wind, dude"
- Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
- Wayne Campbell
Offline
Offline
https://imgdump5.novarata.net/266x150/whw412.png
Nice and dark, flat, and possibly boring for some people, lol, just how I like it...calming and not in my face first thing in the morning.
Fractal rendered in Qosmic.
Just how I like it too, nice one.
"All we are is dust in the wind, dude"
- Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
- Wayne Campbell
Offline
Offline
So couldn't help myself and added labwc, sfwbar etc (wayland stuff).
Also a thumbnailer for my album art. More on that later once I refine it a bit more.
#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen
Offline