Post a screenshot of your Desktop

I really like having the option of having a second panel for my launcher icons. The wallpaper is supposed to be non-blinding..
 

Attachments

  • desktop.png
    desktop.png
    583.6 KB · Views: 45


I feel the urge to distrohop, tough everything works fine. I know I'd probably regret it but i want to try something new. Can anyone relate?
Bildschirmfoto vom 2024-12-19 21-10-43.png
 
I know I'd probably regret it but i want to try something new. Can anyone relate?

While bordering on off-topic, I used to 'distrohop' quite a bit. These days, I'll just spin up a VM and check out interesting distros without doing a clean install or booting to a live environment.
 
Linux-Mint at home...
Capture d’écran du 2024-12-14 09-47-24.png
 
I feel the urge to distrohop, tough everything works fine. I know I'd probably regret it but i want to try something new. Can anyone relate?

Start a thread.

In it, tell us what "Families" you are interested/not interested in, eg Debian, Ubuntu, RPM (Fedora and co), Arch, Gentoo, other.

Also any preferred DEs - eg Cinnamon, MARE, Xfce, KDE Plasma, et al.

I will likely have a few opinions, as I have installed and run in excess of 100 distros, probably.

Back to on-topic

Wiz
 
Okay back to normal Fedora Workstation it is. Silverblue is great but I have come to the conclusion that a regular distribution is just better for daily use as a desktop.
Screenshot From 2025-01-06 06-09-00.png
 
Last edited:
It seems as though I forgot how to post an image in forums
 
open a reply page /or start a new thread

in the bar at the top of the reply box is squar symbol for a photograph, click to open , find the picture you want to print and select,

if i am going to post a screenshot, I always save to desktop as it usually easier to find
 
Screenshot from 2025-01-05 23-07-36.png
 
hey, could you please share your fastfetch conf?
Code:
{
  "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
  "logo": {
      "source": "~/.config/fastfetch/logo",
      "type": "auto",
      "height": 15,
      "width": 30,
      "padding": {
          "top": 5,
          "left": 3
      }
  },
  "modules": [
      "break",
      {
          "type": "custom",
          "format": "\u001b[90m┌──────────────────────Hardware──────────────────────┐"
      },
      {
          "type": "host",
          "key": " PC",
          "keyColor": "green"
      },
      {
          "type": "cpu",
          "key": "│ ├",
          "keyColor": "green"
      },
      {
          "type": "gpu",
          "key": "│ ├",
          "keyColor": "green"
      },
      {
          "type": "memory",
          "key": "└ └",
          "keyColor": "green"
      },
      {
          "type": "custom",
          "format": "\u001b[90m└────────────────────────────────────────────────────┘"
      },
      "break",
      {
          "type": "custom",
          "format": "\u001b[90m┌──────────────────────Software──────────────────────┐"
      },
      {
          "type": "os",
          "key": " OS",
          "keyColor": "yellow"
      },
      {
          "type": "kernel",
          "key": "│ ├",
          "keyColor": "yellow"
      },
      {
          "type": "bios",
          "key": "│ ├",
          "keyColor": "yellow"
      },
      {
          "type": "packages",
          "key": "│ ├",
          "keyColor": "yellow"
      },
      {
          "type": "shell",
          "key": "└ └",
          "keyColor": "yellow"
      },
      "break",
      {
          "type": "de",
          "key": " DE",
          "keyColor": "blue"
      },
      {
          "type": "wm",
          "key": "│ ├",
          "keyColor": "blue"
      },
      {
          "type": "wmtheme",
          "key": "│ ├",
          "keyColor": "blue"
      },
      {
          "type": "terminal",
          "key": "└ └",
          "keyColor": "blue"
      },
      {
          "type": "custom",
          "format": "\u001b[90m└────────────────────────────────────────────────────┘"
      },
      "break",
      {
          "type": "custom",
          "format": "\u001b[90m┌────────────────────Uptime / Age────────────────────┐"
      },
      {
          "type": "command",
          "key": "  OS Age ",
          "keyColor": "magenta",
          "text": "birth_install=$(stat -c %W /home); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days"
          //"text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days"
      },
      {
          "type": "uptime",
          "key": "  Uptime ",
          "keyColor": "magenta"
      },
      {
          "type": "custom",
          "format": "\u001b[90m└────────────────────────────────────────────────────┘"
      },
      "break"
  ]
}
 
Code:
{
  "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
  "logo": {
      "source": "~/.config/fastfetch/logo",
      "type": "auto",
      "height": 15,
      "width": 30,
      "padding": {
          "top": 5,
          "left": 3
      }
  },
  "modules": [
      "break",
      {
          "type": "custom",
          "format": "\u001b[90m┌──────────────────────Hardware──────────────────────┐"
      },
      {
          "type": "host",
          "key": " PC",
          "keyColor": "green"
      },
      {
          "type": "cpu",
          "key": "│ ├",
          "keyColor": "green"
      },
      {
          "type": "gpu",
          "key": "│ ├",
          "keyColor": "green"
      },
      {
          "type": "memory",
          "key": "└ └",
          "keyColor": "green"
      },
      {
          "type": "custom",
          "format": "\u001b[90m└────────────────────────────────────────────────────┘"
      },
      "break",
      {
          "type": "custom",
          "format": "\u001b[90m┌──────────────────────Software──────────────────────┐"
      },
      {
          "type": "os",
          "key": " OS",
          "keyColor": "yellow"
      },
      {
          "type": "kernel",
          "key": "│ ├",
          "keyColor": "yellow"
      },
      {
          "type": "bios",
          "key": "│ ├",
          "keyColor": "yellow"
      },
      {
          "type": "packages",
          "key": "│ ├",
          "keyColor": "yellow"
      },
      {
          "type": "shell",
          "key": "└ └",
          "keyColor": "yellow"
      },
      "break",
      {
          "type": "de",
          "key": " DE",
          "keyColor": "blue"
      },
      {
          "type": "wm",
          "key": "│ ├",
          "keyColor": "blue"
      },
      {
          "type": "wmtheme",
          "key": "│ ├",
          "keyColor": "blue"
      },
      {
          "type": "terminal",
          "key": "└ └",
          "keyColor": "blue"
      },
      {
          "type": "custom",
          "format": "\u001b[90m└────────────────────────────────────────────────────┘"
      },
      "break",
      {
          "type": "custom",
          "format": "\u001b[90m┌────────────────────Uptime / Age────────────────────┐"
      },
      {
          "type": "command",
          "key": "  OS Age ",
          "keyColor": "magenta",
          "text": "birth_install=$(stat -c %W /home); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days"
          //"text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days"
      },
      {
          "type": "uptime",
          "key": "  Uptime ",
          "keyColor": "magenta"
      },
      {
          "type": "custom",
          "format": "\u001b[90m└────────────────────────────────────────────────────┘"
      },
      "break"
  ]
}
thanks mate, the gigantic output of the standard fastfetch was the only thing that stopped me from using fastfetch, this and that I didn't found a way to display the OS age. You're a lifesaver!!!
 
thanks mate, the gigantic output of the standard fastfetch was the only thing that stopped me from using fastfetch, this and that I didn't found a way to display the OS age. You're a lifesaver!!!
Be sure to post a screenshot here once you are using fastfetch.
 

Members online


Top