Share Your Desktop [2025]

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.

3 Likes

Yep. Fastfetch. Neofetch is dead.

4 Likes

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.

2 Likes

Thanks to your post, I installed Rogue Squadron 3D on my EndeavourOS! :blush:

To my surprise, it works with the keyboard, but the mouse isn’t functioning properly.

It’s playable, but definitely not perfect.

5 Likes

xfce

kde plasma (wayland)


KDE camera :selfie: :camera_with_flash: shot

budgie

LOVE from Grand Rapids, Michigan! <3

:heart::wolf::white_heart:

thankx 2 all my purple friendz ~ I got nothin but love 4 ya

:dog_face::innocent::folded_hands:

13 Likes

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. :slightly_smiling_face:

2 Likes

when it’s grey, that means it’s business time

11 Likes

river, rmpc, swaync, kitty

19 Likes

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.


19 Likes

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 :sweat_smile:

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:
image
Change as per your needs:

  1. Rome
  2. lang=[code]
  3. 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.

1 Like

That’s Btop, just yay btop :slight_smile:

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


2 Likes

No stupid questions ever :slight_smile:

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.

1 Like


When I see my wallpapers, it’s time to turn off the computer and go outside. Life is waiting. :wink: :clinking_beer_mugs:

11 Likes

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
:innocent:

1 Like