You are not logged in.
how can I start neofetch when starting the terminal?
Offline
If you're running BunsenLabs, you can add two lines
#Added by 0-day on June 17, 2018
neofetch
anywhere (maybe at the end, but certainly outside any of the many existing "if" stanzas) into the .bashrc file in your home directory.
Offline
If you're running BunsenLabs, you can add two lines
#Added by 0-day on June 17, 2018 neofetch
anywhere (maybe at the end, but certainly outside any of the many existing "if" stanzas) into the .bashrc file in your home directory.
WFM, place it at the bottom of the file below the last "fi" and logout.
Nice tip, thanks!
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
As a side note, if you just want a menu entry or keybind:
urxvt -hold -e bash -c "neofetch"
Course this means downloading rxvt-unicode (urxvt), if you don't have it. The cool thing about this is that urxvt has options all over the place that can be added, like borderless windows, no scroll bar, etc . . man urxvt for the list:)
No doubt the other terminal installed with BL has similar options.
Offline
Io vorrei sakura o termite, quale è meglio per openbox? Il più leggero con copia/incolla con tasto destro. Grazie
Offline
Well, sakura is better due to being one apt away.
Offline
Hey man, this is an English-speaking forum. We don't speak Scottish here.
You'd be hard pressed to beat xfce4-terminal for OOTB functionality and GUI configuration options, plus it can do a drop-down display (Doom style) like Sakura can. I have zero experience with termite.
I use lxterminal. Guake is another contender, probably a little better than Sakura, though it's been a long time since I played with either.
https://packages.debian.org/stretch/guake
Of course, all the cool kids use rxvt-unicode, configured via ~/.Xresources
https://packages.debian.org/stretch/rxvt-unicode
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Hey man, this is an English-speaking forum. We don't speak Scottish here.
You'd be hard pressed to beat xfce4-terminal for OOTB functionality and GUI configuration options, plus it can do a drop-down display (Doom style) like Sakura can. I have zero experience with termite.
I use lxterminal. Guake is another contender, probably a little better than Sakura, though it's been a long time since I played with either.
https://packages.debian.org/stretch/guakeOf course, all the cool kids use rxvt-unicode, configured via ~/.Xresources
https://packages.debian.org/stretch/rxvt-unicode
Erm, think the person you referring to must be an Italian speaker
I like neofetch and still playing with it myself.
Real Men Use Linux
Offline
hhh wrote:Hey man, this is an English-speaking forum. We don't speak Scottish here.
Erm, think the person you referring to must be an Italian speaker
r/woosh ?
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Erm, think the person you referring to must be an Italian speaker
+1 for recognizing the language!
not joking, that's a lot more than can be said for most people.
but i've known hhh for long enough to know he was joking.
btw, this is what they wrote:
I would like sakura or termite, which one is better for openbox? The lightest with copy / paste with the right button. Thank you
my answer:
The lightest with copy / paste with the right button
there can be only one: urxvt.
Last edited by ohnonot (2018-09-22 19:49:23)
Offline
Like I said, it's what the cool kids use.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
urxvt does not have the copy / paste with the right click but with 2 keys
Offline
my answer:
The lightest with copy / paste with the right button
there can be only one: urxvt.
Oh Man! This can be done? I thought the perl script to change font size on the fly was cool. Adding a right click function while keeping the size down would rock!
Don't know how many times I've accidentally hit the middle button at the wrong time when copying and had to highlight again. I could use the binds, but then my coffee would have to be put down, and that would certainly preclude me from the cool kids list:)
Offline
Is 'neofetch' installed by default? I don't have it for some reason. Says program not found.
Offline
^ No, you have to install it (and bunsen-os-release, to get the BL display)...
https://www.bunsenlabs.org/repoidx.html … s-neofetch
https://www.bunsenlabs.org/repoidx.html … os-release
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
^ No, you have to install it (and bunsen-os-release, to get the BL display)...
https://www.bunsenlabs.org/repoidx.html … s-neofetch
https://www.bunsenlabs.org/repoidx.html … os-release
Thanks for the reply. I thought I missed something.
Offline
urxvt does not have the copy / paste with the right click but with 2 keys
i'm sorry, i meant middle-click.
copy: simply highlight with mouse.
paste at cursor position: middle click
Offline
oops.
Last edited by ohnonot (2018-09-22 19:48:49)
Offline
urxvt -hold -e bash -c "neofetch"
.
When I use this, the terminal starts with neofetch, but it doesn't have a working prompt. It's kind of frozen.
Offline
^ the -hold option keeps it open, but there's no shell prompt.
if that's what you want you need to use
urxvt -e bash -c "neofetch;bash"
and you do not need -hold.
Offline