how did you made you terminal like that ? (i dont mean the neofetch , but those system information , because by default its not like that)
you really can play without any problems ?
what is this ? its not neofetch for sure
Iβts fastfetch.
Yep. Fastfetch. Neofetch is dead.
I have had no issues thus far. On those games Rogue Squadronβs controls are broken, but thatβs simply because of itβs age. Thatβs shame because I used to love it.
Valveβs Proton has really changed the world of gaming in Linux.
Thanks to your post, I installed Rogue Squadron 3D on my EndeavourOS!
To my surprise, it works with the keyboard, but the mouse isnβt functioning properly.
Itβs playable, but definitely not perfect.
xfce
kde plasma (wayland)
KDE camera


budgie
LOVE from Grand Rapids, Michigan! <3
thankx 2 all my purple friendz ~ I got nothin but love 4 ya
I have same problem with the mouse. I heard from somewhere that it would be playable with old mechanical mouse, but I have not been able to test this. I have wireless one somewhere, so Iβm going to test it if I can find it.
Work in progress. I had some experience with FreeBSD about 20 years ago. Time to see how well it performs as a desktop OS today.
Do you game on Linux, if you do can you also see how gaming is on FreeBSD compared to Linux would love to read a comparison from a forum member here about that.
Yes, but only on my main machine running EndeavourOS. This one is a ThinkPad T470 and itβs my test bench, so itβs probably not ideal for gaming, except for some really light titles.
If I had to guess, proper gaming would be quite tricky - maybe Linux level, fifteen years ago. Package management is a nightmare compared to Linux.
If I manage to do desktop stuff and set it up like my Linux machine without breaking it, It would make me very happy
I donβt use fastfetch so I canβt test this, but perhaps try this (location & language based on locale in your screenshot):
echo -e "\\0033[1;31mWeather:\\0033[0m $(curl -s "wttr.in/Rome?lang=it&format=%l:+%t+%c+%C,+%p\n")"
Produces:
Change as per your needs:
- Rome
- lang=[code]
- format=wttr format code list
For condition as text only (no emoji) just drop +%c
& keep +%C
, set escape codes for "Weather: " to red, green, etc, as you like.
Thatβs Btop, just yay btop
First of all, thanks for answering!
Sorry for the stupid question, but this line of code, I have to insert it in the fastfetch configuration file right?
Or in the terminal one (bashrc I think)?
I installed wttr since I didnβt have it, and I set my city.
Now if I give the command via terminal with wttr -t it gives me the weather of my city:
[sermor@sermor-eospc ~]$ wttr -t
Fetching today's forecast
Weather report: san+salvo
_`/"".-. Patchy rain nearby
,\_( ). +24(25) Β°C
/(___(__) β 7 km/h
β β β β 10 km
β β β β 0.0 mm
βββββββββββββββ
βββββββββββββββββββββββββ€ Mon 12 May βββββββββββββββββββββββββ
β Noon ββββββββ¬βββββββ Night β
ββββββββββββββββββββββββββββββββΌβββββββββββββββββββββββββββββββ€
β _`/"".-. Patchy rain neβ¦β _`/"".-. Patchy rain neβ¦β
β ,\_( ). +24(25) Β°C β ,\_( ). +14(15) Β°C β
β /(___(__) β 7-8 km/h β /(___(__) β 4-7 km/h β
β β β β β 10 km β β β β β 10 km β
β β β β β 0.0 mm | 88% β β β β β 0.0 mm | 66% β
ββββββββββββββββββββββββββββββββ΄βββββββββββββββββββββββββββββββ
Location: San Salvo, CH, ABR, Italia [42.043338,14.727225]
Follow @igor_chubin for wttr.in updates
No stupid questions ever
Did you run the command in your shell to see the output? Also, no need to install wttr, curl -s
will silently retrieve the requested data from the wttr.in server.
As for fastfetch; I donβt use it, butβ¦
Fastfetch accommodates custom user commands in the fastfetch config, so theoretically you could add the following to the modules array in the config (noto bene: do not re-add the modules array itself, just what is inside it in the following code block)
{
"modules": [
{
"type": "command",
"text": "curl -s 'wttr.in/San%20Salvo?lang=it&format=%l:+%t+%c+%C,+%p\n'",
"key": "Weather"
}
]
}
This should add a key called "Weather: " in the fastfecth output which displays the output of the command contained in the βtextβ field, eliminating the need for echo Weather etc...
edit: correct location to match Sermorβs specified location.
well ok , done with my stint on MXβ¦some things i started not liking ,plus it started acting up a bit , so yea
then tried Manjaro , installed fine and worked ok , also some things i didnβt likeβ¦
now back on EOS and stuff just works plus i like it lol