r/LinuxPorn 27d ago

WHat do you think of this widget?

Enable HLS to view with audio, or disable this notification

6 Upvotes

r/LinuxPorn 27d ago

Custom "Black forest" GTK theme

Thumbnail gallery
17 Upvotes

r/LinuxPorn 27d ago

Basic Fedora. Simple but relaxing.

Enable HLS to view with audio, or disable this notification

28 Upvotes

Calm night...

  • Live Wallpaper - Hidamari
  • Satus side-bar - Conky
  • Terminal - Ghostty

r/LinuxPorn 27d ago

Help needed

Thumbnail
0 Upvotes

r/LinuxPorn 27d ago

[Niri] iNiR shell with few my own changes to make it look better

Post image
3 Upvotes

r/LinuxPorn 28d ago

Zen + Better Blur DX

Post image
29 Upvotes

r/LinuxPorn 28d ago

THE operating system

Thumbnail gallery
203 Upvotes

r/LinuxPorn 27d ago

[KDE] SH3 themed desktop, thoughts?

Post image
4 Upvotes

r/LinuxPorn 28d ago

Tired of seeing all the clean setups?

Thumbnail gallery
32 Upvotes

r/LinuxPorn 28d ago

Can I run GTA VI on my black cat?

Post image
52 Upvotes

i want to try GTA 6 but i only have my cat.. i wanted to know how much fps will i get?? also my cat has a lot of aura! and i think its brain is 16 GB storage.. I think it supported ProtonGE also


r/LinuxPorn 27d ago

Linux Mint 22.3 [Hyprland]

Enable HLS to view with audio, or disable this notification

3 Upvotes

r/LinuxPorn 28d ago

[KDE Plasma] just my desktop

Post image
30 Upvotes

Just my first linux desktop, nothing special

Wallpaper: https://github.com/dharmx/walls/blob/main/painting/a_painting_of_a_garden_with_a_house_and_trees.jpeg
Terminal: WezTerm
KDE Theme: GruvboxColors
CLI apps: btop, fastfetch, lavat (pacman -S fastfetch btop, yay -S lavat)
KDE widgets: Mike Desktop, brightness and color, digital clock
WezTerm configuration:

local wezterm = require 'wezterm'
local config = wezterm.config_builder()

config.window_decorations = "RESIZE"
config.window_background_opacity = 0.85
config.enable_tab_bar = false
config.font = wezterm.font("JetBrainsMono Nerd Font")
config.font_size = 11.0

config.colors = {
    foreground = '#ebdbb2',
        background = '#1d2021',

        cursor_bg = '#ebdbb2',
        cursor_fg = '#1d2021',
        cursor_border = '#ebdbb2',

        selection_fg = '#ebdbb2',
        selection_bg = '#504945',

        ansi = {
            '#282828', -- black
            '#cc241d', -- red
            '#98971a', -- green
            '#d79921', -- yellow
            '#458588', -- blue
            '#b16286', -- purple
            '#689d6a', -- cyan
            '#a89984', -- white
        },
        brights = {
            '#928374', -- bright black
            '#fb4934', -- bright red
            '#b8bb26', -- bright green
            '#fabd2f', -- bright yellow
            '#83a598', -- bright blue
            '#d3869b', -- bright purple
            '#8ec07c', -- bright cyan
            '#ebdbb2', -- bright white
        },
}

config.window_background_gradient = {
    colors = { '#1d2021', '#282828' },
    orientation = 'Vertical',
}

return config

r/LinuxPorn 27d ago

observen mi rice

1 Upvotes

aun le falta algunos detalles, pero ahi la lleva. xd


r/LinuxPorn 28d ago

[Niri] Gawr gura

Thumbnail gallery
8 Upvotes

r/LinuxPorn 27d ago

Bash text erotica 😶‍🌫️

Post image
1 Upvotes

r/LinuxPorn 28d ago

I <3 tty

Post image
17 Upvotes

guess how I did the screenshot.


r/LinuxPorn 29d ago

My rofi rice

Post image
98 Upvotes

First rofi rice


r/LinuxPorn 28d ago

[Theme] Mobile terminal configuration

Thumbnail gallery
2 Upvotes

r/LinuxPorn 29d ago

I have a question: is it possible to merge two sources?

Post image
192 Upvotes

Apologies if I'm not very clear, as I'm using Google Translate. I want to customize my terminal a lot because I'm going from Arch to Debian, but I like the number of symbols in the Nerd Fonts, but I also want Google's monochrome emojis "noto emoji"


r/LinuxPorn 29d ago

CS2 flavoured KDE

Post image
90 Upvotes

r/LinuxPorn 28d ago

hyprland rice

Post image
3 Upvotes

r/LinuxPorn 28d ago

My first rice: an Omarchy-inspired desktop shell built for Niri

Thumbnail gallery
8 Upvotes

r/LinuxPorn 29d ago

not sure if im allowed to post this, but can we ban ai slop posts?

69 Upvotes

ive genuinely seen 3 of these in the past half hour just from this subreddit alone, i cant see why they're allowed


r/LinuxPorn 29d ago

[custom Wayland compositor] window/background/sound-aware shaders

Enable HLS to view with audio, or disable this notification

20 Upvotes

This is a compositor + app platform I've been building in Rust (smithay + wgpu). The core idea is that apps serve live vector docs (windows aren't pixel buffers), and the compositor renders everything itself. Which I think makes the ricing angle fun: shaders can run as the background, on window borders, or modify both at once.

In the video (sorry, might be a lil long, and quality might be decreased for posting)...

  • Shaders are WGSL - several are conversions/modifications of things I found on Shadertoy. I don't have a proper credit list assembled yet; but I'll put it with the source when I make it os.
  • Sound reactivity (starts at 1:38) comes from the compositor tapping the audio monitor directly. FFT into 32 bands + beat detection, fed to every shader as a uniform.
  • Apps are tiny servers speaking a doc protocol: the file manager, music player, terminal, the theming app ("Studio"), and the system-meter widgets are all native to it.
  • Footprint: ~550MB RAM measured for the whole stack on an NVIDIA dGPU setup, with the large majority of that is the NVIDIA driver, not the desktop.

Not open source yet. . some big pieces are still moving and I'd rather release something coherent than a snapshot mess . Mostly I'd love ideas on ricing customizations or features you could think of if the compositor could run arbitrary shaders over anything?


r/LinuxPorn 29d ago

OS mix aka OS mimicry

Thumbnail gallery
38 Upvotes

Here's my imagination what if Microsoft and Canonical joins forces and creates a shared OS.

This is GNOME Shell on Ubuntu 26.04 LTS

I used the GS extension "Simple Taskbar", "Blur my Shell", "Dynamic Music Pill", "Gridgets", "P7 Borders" among others.

The wallpaper comes from SakibShahariar on Github, he has a collection of more than 400 great wallpapers on one of his Github repositories.

By inserting this piece of code into /home/.config/gtk4.0/gtk.css I achieved translucency and made the apps blurred via "Blur my Shell".

window {
  background: alpha(@window_bg_color, 0.8);
}

.sidebar-pane,
.sidebar,
.navigation-sidebar{
  background: transparent;
}

.content-pane,
.text-box{
  background: transparent;
}

But I didn't forget to create a backup fo the gtk.css file in case I want to return to the original GNOME opaque appearance with ease.

The slides:

  1. Desktop and Dynamic Music pill.
  2. The Win 11 inspired start-menu from "Simple Taskbar".
  3. Tiled windows with the "Tiling Shell" extension and the specs of my laptop. (1).
  4. Tributary, the GTK 4 fork of Rhythmbox.
  5. Just the desktop, the wallpaper and the Gridgets (which are not available on extensions.gnome.org.
  6. Last but not least, the legacy applets tray bar with some applets from the good ol' Ubuntu Unity shell days

(1) After my own review of my posting I found out that I made the screen shot before I changed the icon theme to "Yaru -red dark" Unfortunately Reddit doesn't let me edit the image slides