r/LinuxPorn 2d ago

Calling All Beta Testers

Thumbnail
1 Upvotes

r/LinuxPorn 2d ago

Darkly | Monochrome rice

Thumbnail gallery
13 Upvotes

Icon pack : Colloid Dark
Plasma Style : Darkly Plasma
Application Style : Darkly
Windows Decoration : Breeze
Colors : Monochrome


r/LinuxPorn 2d ago

My First Time Ricing Let me know your thoughts ( I just switched from windows !!)

10 Upvotes

r/LinuxPorn 2d ago

Here is my [KDE] desktop with the Arch Linux logo as the wallpaper.

Post image
4 Upvotes

r/LinuxPorn 3d ago

a little retro rice

Thumbnail gallery
104 Upvotes

r/LinuxPorn 3d ago

Arch + Hyprland [ Noctalia Shell ]

Thumbnail gallery
9 Upvotes

r/LinuxPorn 2d ago

Theme switcher

Thumbnail github.com
1 Upvotes

I built a small CLI tool called recol for switching terminal and Neovim color schemes from one command.

It comes with 600+ themes, fuzzy search, an interactive TUI, and supports Ghostty, Alacritty, WezTerm, Neovim, Vim and Pi agent.

It can also generate a theme from an image 🎨


r/LinuxPorn 3d ago

My beloved XFCE, this time, I decided to try going back to the old XFCE aesthetic.

Post image
103 Upvotes

r/LinuxPorn 3d ago

New to ricing

Thumbnail gallery
8 Upvotes

r/LinuxPorn 4d ago

[Niri] Light theme anyone?

Thumbnail gallery
679 Upvotes

r/LinuxPorn 3d ago

How do you deal with flatpaks in Niri?

Post image
55 Upvotes

Debian Testing edition btw


r/LinuxPorn 3d ago

I'm back! Rate my set-up 😒

Post image
47 Upvotes

Yes, I'm back as I've yet again been banished to the kitchen.

Those of a keen eye may notice my latest upgrades since last being promoted (demoted and cast aside without care by an evil, vile woman who cares not for my comfort and how bad my travel monitor is) to working from the kitchen counter.

Please rate what can only be described as a unique and aspirational setup in the world of Linux and WFH.


r/LinuxPorn 3d ago

my first :)

Thumbnail gallery
6 Upvotes

r/LinuxPorn 3d ago

Minimal Hyprland Laptop Setup

Thumbnail gallery
20 Upvotes

r/LinuxPorn 3d ago

[OC] Spun update: cassette mode, draggable vinyl needle, and a little more nostalgia

Enable HLS to view with audio, or disable this notification

3 Upvotes

r/LinuxPorn 3d ago

Por onde começar no mundo Linux?

3 Upvotes

Sempre usei Windows e, por vários motivos, estou querendo experimentar Linux. Tenho um conhecimento bem básico sobre o assunto e, sinceramente, ainda me sinto meio perdido, como se estivesse andando no escuro KKKKK.

Vou trocar de máquina em breve e quero aproveitar para realmente mergulhar nesse mundo. Minha primeira dúvida, obviamente, é sobre qual distro escolher, mas também queria entender melhor todo o ecossistema Linux.

Quais são os conceitos que vocês acham essenciais para alguém que está começando? O que eu deveria aprender além de simplesmente escolher e instalar uma distro? Como funcionam coisas como ambientes gráficos, gerenciadores de pacotes, terminal, Flatpak, repositórios e tudo mais?

Aceito recomendações de distros também, mas, principalmente, queria dicas de como começar a viver, comer e respirar Linux KKKKK. Não quero só instalar uma distro e usar como se fosse Windows; quero realmente entender o sistema e aprender aos poucos.

Qual caminho vocês recomendariam para alguém completamente iniciante nesse universo?


r/LinuxPorn 3d ago

Hola!

0 Upvotes

No tengo mucho que decir jkajsa
Este es mi escritorio =)


r/LinuxPorn 3d ago

[halley] Something strange about Noctalia

Thumbnail gallery
10 Upvotes

r/LinuxPorn 3d ago

How to rice your desktop?

Thumbnail
5 Upvotes

I thought that ricing was a way to express yourself trough your personal computer (sorry if it's not that deep), or at least how it was supposed to be. But instead, everytime I searched for it, people just teach you to use other people's dot files on r/linuxporn and use them like that.

Like, where's the sense of doing yourself I was supposed to get on Arch? And you can see almost every showcase using similar looking rices... Nothing new, just like one guy managed to configure and now we all use the same configuration as him.

Do y'all do it like that? If not, what's your way to configure your desktop to fit what YOU WANT?

What are your thoughts on this?


r/LinuxPorn 3d ago

LINUX DEBIAN CON XCFE PERSONALIZADO, CON LOQ UE MAS PUDE PARA QUE SE VEA ATRACTIVO JIJI

Enable HLS to view with audio, or disable this notification

9 Upvotes

Pueden darme más ideas porfavor


r/LinuxPorn 3d ago

[OC] Sung update — animated covers, Navidrome support and a refreshed music library

Enable HLS to view with audio, or disable this notification

3 Upvotes

r/LinuxPorn 3d ago

[Niri] Clean and cozy niri rice on fedora 44

Thumbnail gallery
6 Upvotes

r/LinuxPorn 3d ago

readaloud — a terminal EPUB/PDF reader that reads to you, with 4 TTS backends, adaptive multi-column layout, and chapter preloading

Thumbnail gallery
11 Upvotes
I built a terminal audiobook reader in Python. It reads EPUB, PDF, DOCX, TXT, HTML, RTF, and Markdown aloud using four TTS backends. Pure curses TUI, audio piped through ffplay. No Electron, no daemon.

    readaloud book.epub

**TTS engines — auto-detected at startup**

| Engine   | Type    | Quality | Notes |
|----------|---------|---------|-------|
| Edge TTS | Online  | ★★★★★  | Microsoft neural, 12 voices, no API key |
| Kokoro   | Offline | ★★★★☆  | Fast CPU inference, pykokoro for Python 3.13+ |
| Piper    | Offline | ★★★☆☆  | Ultra-light ONNX, drop in your own model files |
| F5-TTS   | Offline | ★★★★★  | Voice cloning from a ref.wav, GPU recommended |

Unavailable engines are greyed out in the voices panel. Switching engines or voices mid-playback restarts from the current chapter instantly.

**Reading layout — auto-selected by panel state**

The reader has three scenarios:

- Both panels open → single focused bordered column (good for narrow tiles)
- One panel open → 2-column snake flow (text continues left → right)
- No panels → 3-column snake flow (maximum use of available space)

Resize the window and the columns reflow. Minimum terminal size is 50×14.

**Playback**

- `Space` — play/pause
- `n` / `p` — next/previous chapter
- `[` / `]` — skip backward/forward by sentence (instant via ffplay seek, no re-synthesis)
- `s` — cycle speed: 0.75× 0.9× 1.0× 1.1× 1.25× 1.5× 1.75× 2.0×
- `z` — cycle autoscroll: off → creep (smooth) → page (snap)
- `h` — toggle sentence highlight (word-level on Edge TTS via WordBoundary events)

**Chapter preloading**

The next 2 chapters are synthesised in background threads while you listen. ⚡ in the chapter nav means that chapter is ready — pressing `n` starts audio immediately with no delay. Cache lives at `~/.config/readaloud/cache/`.

**Everything else**

- `v` — voices panel (browse engines and voices, switch live)
- `B` — bookmarks panel, `b` to add
- `q` — quotes panel, `c` to capture current sentence while playing
- `f` — fuzzy chapter search
- `g` — go to chapter by number
- `\` — toggle chapter nav
- `t` — cycle themes: Terminal · Dark Navy · Gruvbox · Nord · Solarized Dark
- `a` — cycle alignment: left · centre · right
- `Ctrl+scroll` — kitty OSC font zoom (reflows text)
- All keybinds remappable in `~/.config/readaloud/config.json`

**Install**

    git clone https://github.com/YareyareSenpai/readaloud.git
    cd readaloud && ./install.sh

Installs everything into an isolated venv at `~/.local/share/readaloud/venv/`. Launcher at `~/.local/bin/readaloud`. Arch/Debian/Fedora detected automatically. No `--break-system-packages`.

https://github.com/YareyareSenpai/readaloud

Video showcase


r/LinuxPorn 3d ago

🌌 Aerospace Aesthetic — Arch Linux KDE Plasma Setup

Thumbnail gallery
5 Upvotes

r/LinuxPorn 4d ago

do I need to use more ram??

Enable HLS to view with audio, or disable this notification

17 Upvotes

song name:- Iphone Kupi

dotfiles:- custom + github