You are not logged in.
Hello folks. DaisukeAramaki has been my online moniker for ages. I was offline for more than five years. Great to see Crunchbang alive in one form or the other. With so many little Linux distributions that I loved long gone, bunsenlabs' longevity speaks volumes.
Are oldies like me still active here? Back in the day, I used to post heavily on Arch forums, Ubuntu forums, FreeBSD, daemonforums and the anti-Linux forum (the exact name escapes me at the moment. It was started by folks who were fed up by the behavior of some overexcited kids on ubuntuforums). Although I never registered at Crunchbang forums, I leeched like a champ, so people like hhh, PackRat are very familiar. Are folks like gutterslob, milomouse, sen7, Archghoul still around? We had some fun then, especially I cherished my interactions with gutterslob!
Anyway, sorry for going off the rails, here's mine. Nothing special.
https://cdn.scrot.moe/images/2019/02/11/2019-02-12-074139_1600x900_scrot.th.png
Offline
Sorry about not having posted the details. Here they are:
OS - Void Linux
*Box - My favorite Fluxbox
Theme - foobar-solarized (Pretty old, it's still available on my github, I think)
Fonts - urxvtc: San Francisco Mono Regular and SemiBold; Fluxbox UI font: Fjalla One (Google fonts)
Wallpaper - Something that I put together long long time back.
https://skinwalker.files.wordpress.com/2012/01/jla5.jpg
With the FreeBSD Logo
Offline
@THX1138
pm'd
Offline
hello, welcome back!
Are oldies like me still active here?
I guess so.
and the anti-Linux forum (the exact name escapes me at the moment. It was started by folks who were fed up by the behavior of some overexcited kids on ubuntuforums).
lol, does this still exist?
especially I cherished my interactions with gutterslob!
that's glittersloth nowadays!
you might enjoy out crunchbang/bunsenlabs quotes fortune collection.
afaiu it's in bunsenlabs backports, or get it from my git stuff.
https://cdn.scrot.moe/images/2019/02/11/2019-02-12-074139_1600x900_scrot.th.pngdamn, you must have much better eyes than me. even squinting i have a hard time reading that
Offline
@ohnonot
Even I don't think the forum might exist now. But back then, it was all the rage. If my memory serves right, it was the mono and Microsoft thing that offended some new Ubuntu converts and every other thread at The Cafe ended up bashing Microsoft. Some folks despised that and the otaku culture in general and realized that the best way to rile up the crowd was to bash Linux, sarcastically of course. But, people didn't get it and eventually a new forum came up. I posted a lot of BSD shots there.
glittersloth? Thanks. I will try to ping him.
Yeah, the shot is not easy on eyes. I am not that into solarized. This was going to be my solarized death shot. I forgot to turn off the fading and shading settings in my .Xresources that make the inactive windows kind of blurry. I see it now!
Offline
...
glittersloth? Thanks. I will try to ping him.
I hope you have a thick skin, and maybe even protective equipment ]:D
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
I hope you have a thick skin, and maybe even protective equipment ]:D
You could have posted this before I sent him a pm. Too late!
Offline
you might enjoy out crunchbang/bunsenlabs quotes fortune collection.
afaiu it's in bunsenlabs backports, or get it from my git stuff.
bunsen-fortune is in the regular helium repository. Quickest way: install it and then uncomment the last line in ~/.config/openbox/autostart:
(sleep 120; bl-fortune) &
...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
Offline
@daisukearamaki
I remember you back in the day. You were actually more memorable for me as pkmurugan though. Really got me started on Fvwm and source based distros. I use to go by rstrcogburn on the crunch bang and FreeBSD forums. Anyways glad to see you still kicking it.
I’ve been getting settled in to ArchLabs these days with FVWM. I’m eager to try the next BL release in a few months.
Offline
@cog, sweet as always!
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Thanks hassy
Offline
Anyway, sorry for going off the rails, here's mine. Nothing special.
https://cdn.scrot.moe/images/2019/02/11/2019-02-12-074139_1600x900_scrot.th.png
Or quite special, depending on your tastes. I'm in love with your SuperHero launchers, especially Batman and Daredevil! They're all epic.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
My pleasure, my friend.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Because with conkys it's really messed up, so busy a bit:
https://cdn.scrot.moe/images/2019/02/13/2019-02-13_081332_Scrot11.th.jpg
Hi S11, is ^that a conky pipe to terminal? or any script that show weather on terminal? i'd like to use whatever it is because looks so clean with txt only, please let me know, thank you.
Tumbleweed | KDE Plasma
Offline
^ Not text-only, but this is my script for displaying weather in a terminal
#!/bin/bash
##
## Script to open an xterm and display weather data <damo> March 2016
##
## If City parameter is passed to script, then that is city data retrieved,
## else default is used (current IP location)
#
########################################################################
#
# wttr.in uses wego as a backend
#Usage: (from http://wttr.in/:help )
#$ curl wttr.in # current location
#$ curl wttr.in/muc # weather in the Munic airport
#Supported locations:
#/paris # city name
#/muc # airport code (3 letters)
#/@stackoverflow.com # domain name
#Special URLs:
#/:help # show this page
#
########################################################################
terminal="rxvt"
#terminal="x-terminal-emulator"
if [[ $1 ]];then
$terminal -g 135x40 -hold -T "Weather in $1" -e curl -4 http://wttr.in/"$1" &
else
$terminal -g 135x42 -hold -T "Local Weather" -e curl -4 http://wttr.in/ &
fi
exit
Last edited by damo (2019-02-14 13:21:49)
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
You must unlearn what you have learned.
-- yoda
Offline