You are not logged in.
^try 'lsb_release -a'
...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
Online
What happened here?
Surprisingly painful slow image hosting as far as i saw. Apparently i took (hostr.co) the weakest on the list. I won't use it again in other scrots of course.
Merry Christmas everyone.
Tumbleweed / KDE
Offline
@micko01 Yes, I've got to say... that noctalia-shell is pretty cool. I tried it myself for the first time a couple of days ago. Nice share.
Offline
Offline
Online
^ I'm with you
Nice! ImgBox actually loaded for me to day.
"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
^ I'm with you
Didn't Doc Brown build that in his garage?
Love it, I'd fly that.
Original please :begging:
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
@Sector 11, Cylons attack.
I don't care what you do at home. Would you care to explain?
Online
Better get one in while it's still '25 ![]()
An animated splash I concocted with quickshell.
..and the code in Qml. (yeah I do know it's not a code thread, but hey..)
// pragma UseQApplication
import QtQuick
import Quickshell
import Quickshell.Wayland
import QtQuick.Layouts
import Quickshell.Io
PanelWindow {
id: root
// Theme
property color colBg: "#101010"
property color colFg: "#52523F"
property string fontFamily0: "labwcmoon"
property string fontFamily1: "Open Sans Regular"
property string fontFamily2: "Open Sans Light"
property int fontSize0: 40
property int fontSize1: 120
property int fontSize2: 120
property int fontSize3: 106
color: "transparent"
implicitHeight: 360
implicitWidth: 700
Rectangle {
id: rect
anchors.fill: parent
radius: 10
color: colBg // your actual color
GridLayout { //grid 3 high
id: grid
anchors.fill: parent
columns: 2
rows: 3
Layout.fillHeight :true
Text {
id: top
color: root.colFg
font { family: root.fontFamily1; pixelSize: root.fontSize0; bold: false }
Layout.leftMargin :60
text: "Welcome to"
}
Text {
id: topr
color: root.colFg
font { family: root.fontFamily1; pixelSize: root.fontSize0; bold: false }
Layout.leftMargin :0
text: ""
}
Text {
id: mid
color: root.colFg
font { family: root.fontFamily1; pixelSize: root.fontSize1; bold: false }
Layout.leftMargin :0
text: ""
}
Text {
id: midr
color: root.colFg
font { family: root.fontFamily0; pixelSize: root.fontSize1; bold: false }
Layout.leftMargin :-100
text: ""
}
Text {
id: bottom
color: root.colFg
font { family: root.fontFamily1; pixelSize: root.fontSize2; bold: true }
Layout.leftMargin :80
text: "bunsen"
}
Text {
id: bottomr
color: root.colFg
font { family: root.fontFamily2; pixelSize: root.fontSize3; bold: false }
Layout.leftMargin :-60
text: "labs"
}
}
OpacityAnimator {
target: rect
from: 0.35;
to: 1;
duration: 8000
running: true
onFinished: Qt.quit()
}
}
}#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen
Online
@Sector 11, Cylons attack.
???
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
hhh wrote:@Sector 11, Cylons attack.
???
Name of the movie/episode/game the image comes from:
You must unlearn what you have learned.
-- yoda
Offline
Offline
^ Monty Python level comedy. Not much of a cheese shoppe, is it?
@Sector, this is what I remember, the original Battlestar Galactica (1978)
https://www.youtube.com/watch?v=9s4cE4GZPJw
Pretty good television production, to state it mildly.
Conky font via a reddit thread. Font...
https://juliusdesign.net/5965/font-insp … s-gayatri/
thread... https://www.reddit.com/r/BSG/comments/1 … _bsg_font/
The wallpaper is from the remake. Starbuck is now a woman, and (maybe understandably, except that she's also a pilot) an alcoholic, and that's the one episode I've seen. Edward James Olmos instead of Lorne Greene, and no robot dog. Also, no YouTube links of new Starbuck completely drunk, angry and out of control. Great episode, iirc.
I don't care what you do at home. Would you care to explain?
Online
^ Panel?
I don't care what you do at home. Would you care to explain?
Online
^ Panel?
waybar?
#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen
Online