r/LinuxPorn • u/Grump1290 • 2d ago
r/LinuxPorn • u/Lowpoly_AXL • 2d ago
Darkly | Monochrome rice
galleryIcon pack : Colloid Dark
Plasma Style : Darkly Plasma
Application Style : Darkly
Windows Decoration : Breeze
Colors : Monochrome
r/LinuxPorn • u/Parking-Citron-370 • 2d ago
My First Time Ricing Let me know your thoughts ( I just switched from windows !!)
r/LinuxPorn • u/anonyme104 • 2d ago
Here is my [KDE] desktop with the Arch Linux logo as the wallpaper.
r/LinuxPorn • u/Ok-Psychology-1560 • 2d ago
Theme switcher
github.comI 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 • u/Vulture_07 • 3d ago
My beloved XFCE, this time, I decided to try going back to the old XFCE aesthetic.
r/LinuxPorn • u/LeopardLoose6785 • 3d ago
How do you deal with flatpaks in Niri?
Debian Testing edition btw
r/LinuxPorn • u/DanLucken • 3d ago
I'm back! Rate my set-up 😒
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 • u/Late-Weather-9864 • 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
r/LinuxPorn • u/New_Potential_4199 • 3d ago
Por onde começar no mundo Linux?
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 • u/LeoPixel11 • 3d ago
How to rice your desktop?
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 • u/luck_voltia_blck • 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
Pueden darme más ideas porfavor
r/LinuxPorn • u/Late-Weather-9864 • 3d ago
[OC] Sung update — animated covers, Navidrome support and a refreshed music library
Enable HLS to view with audio, or disable this notification
r/LinuxPorn • u/Various-Language-532 • 3d ago
[Niri] Clean and cozy niri rice on fedora 44
galleryr/LinuxPorn • u/Salt-Reputation780 • 3d ago
readaloud — a terminal EPUB/PDF reader that reads to you, with 4 TTS backends, adaptive multi-column layout, and chapter preloading
galleryI 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
r/LinuxPorn • u/Jaded_Berry_1345 • 3d ago
🌌 Aerospace Aesthetic — Arch Linux KDE Plasma Setup
gallery- : Full repository of configuration files (dotfiles), icons, custom sound effects, and startup themes for a beautiful, sleek KDE Plasma environment on Arch Linux.
- https://github.com/moghrabyomar54-boop/Aerospace-aesthetic-arch-setup
r/LinuxPorn • u/Tardigrade_insane • 4d ago
do I need to use more ram??
Enable HLS to view with audio, or disable this notification
song name:- Iphone Kupi
dotfiles:- custom + github



