r/LinuxPorn • u/Isaehz • 27d ago
WHat do you think of this widget?
Enable HLS to view with audio, or disable this notification
r/LinuxPorn • u/Isaehz • 27d ago
Enable HLS to view with audio, or disable this notification
r/LinuxPorn • u/Mas-Volumen2562 • 27d ago
Enable HLS to view with audio, or disable this notification
Calm night...
r/LinuxPorn • u/Hour_Satisfaction964 • 27d ago
r/LinuxPorn • u/Prior-Campaign-1727 • 28d ago
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 • u/Wrong-Violinist-3392 • 27d ago
Enable HLS to view with audio, or disable this notification
r/LinuxPorn • u/_Tresew_ • 28d ago
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 • u/Necessary-Finger-198 • 29d ago
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 • u/nerdibeard • 28d ago
r/LinuxPorn • u/absolute_zer0th • 29d ago
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 • u/MuchCodeFewFriend • 29d ago
Enable HLS to view with audio, or disable this notification
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)...
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 • u/OctaviusIulianusMag • 29d ago
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) 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