this post was submitted on 24 Oct 2023
3 points (100.0% liked)

Unixporn

15364 readers
3 users here now

Unixporn

Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make themers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!

Rules

  1. Post On-Topic
  2. No Defaults
  3. Busy Screenshots
  4. Use High-Quality Images
  5. Include a Details Comment
  6. No NSFW
  7. No Racism or use of racist terms

founded 5 years ago
MODERATORS
 

details:

colors are rosé pine

wallpaper

 

 

top 7 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 9 months ago

Bub, guess I should post some more of my 9 shots.

[–] [email protected] 0 points 1 year ago (1 children)

How does one install that, and where? Is this in a VM or on actual hardware?

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

How does one install that, and where?

Like any other operating system, really: by downloading the appropriate installation media and creating a bootable USB stick to install from. After reading the FQA and other documentation, of course.

rio is the window manager for Plan 9. People have created patches for other window managers like dwm that attempt to mimic some of rio's key features such as window "swallowing" and the ability to draw new windows by simply clicking+dragging with the mouse.

If this is your first time ever encountering Plan 9, I would highly suggest watching some of the videos by adventuresin9; they're a solid intro to what the whole deal is with Plan 9.

Is this in a VM or on actual hardware?

This is bare metal, specifically on a Thinkpad T420. It is my current daily driver.

[–] [email protected] 0 points 1 year ago (1 children)

Do you set the wallpaper from your profile ? I've only tried 9 on a remote system but image handling was painfully slow so I gave up on setting the wallpaper from the Rio theme. Maybe that's faster locally on bare metal ?

[–] [email protected] 1 points 9 months ago

It's much faster locally or on bare metal.

[–] [email protected] 0 points 1 year ago (1 children)

That's nice. What web browser do you use?

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

I use all three web browsers in 9front at different times: abaco, mothra, and netsurf.

My favorite is probably mothra, but netsurf handles most sites in a way that people expect (read: it supports CSS and JS).

ETA: use cases

  • abaco

    • pros: acts like acme and supports viewing multiple pages simultaneously, best for text-only browsing

    • cons: very basic, many sites just don't work at all

 

  • mothra

    • pros: simple, works for a wider variety of sites, can disable image loading entirely with a flag, moth mode is great

    • cons: no tabs, unfamiliar UI for most people, selecting text for snarfing is weird

 

  • netsurf

    • pros: most "normal" web browser, supports CSS and JS, familiar UI

    • cons: no tabs, more bloated than other options, requires compiling a (small) web browser from source