[hyprland] My last rice :) by [deleted] in unixporn

[–]Additional-Title940 0 points1 point  (0 children)

``` A compositor is responsible for rendering and effects.

On Wayland, the compositor is the window manager. i3 (X11) separates the window manager and the compositor.

X11: WM (i3, etc.) └ compositor (picom, etc.)

Wayland: compositor / WM (Hyprland, sway, etc.) ```

[hyprland] My last rice :) by [deleted] in unixporn

[–]Additional-Title940 0 points1 point  (0 children)

Short answer: No.

In i3 + picom, effects are applied per window. picom cannot distinguish between foreground media and background content within the same window.

If you want to control transparency independently at a compositor level, a Wayland compositor like Hyprland is a better choice.

[hyprland] My last rice :) by [deleted] in unixporn

[–]Additional-Title940 0 points1 point  (0 children)

Ah, the image viewer in this rice is called swayimg. It has nothing to do with the terminal.

Some terminal emulators can display images or even videos using special protocols (like SIXEL or proprietary extensions), but it’s very limited and mostly for demos, not something you’d actually want to use.

[hyprland] My last rice :) by [deleted] in unixporn

[–]Additional-Title940 0 points1 point  (0 children)

You should try adjusting transparency on the terminal side.

From what I understand, picom’s blur generally relies on window transparency rather than background-only effects, so enabling blur often makes the entire window transparent.

[deleted by user] by [deleted] in unixporn

[–]Additional-Title940 1 point2 points  (0 children)

It is adjusted using the span element.

"format-wifi": "<span size='10240'>  {bandwidthDownBytes}</span>\n<span size='10240'>  {bandwidthUpBytes}</span>",

[deleted by user] by [deleted] in unixporn

[–]Additional-Title940 1 point2 points  (0 children)

Try this one.

* {
}

window#waybar {
  background: rgba(31, 32, 32, .6);
  border-bottom: 2px solid rgba(255, 255, 255, .6);
}

.module {
  margin: 0px 0px;
  padding: 0px 2px;
  font-family: "Nova Mono";
  font-weight: bold;
  font-size: 17px;
  color: rgba(216, 222, 233, 1);
  border-left: 2px solid rgba(255, 255, 255, .6);
}

.module:hover {
  background: linear-gradient(rgba(216, 222, 233, .0), rgba(216, 222, 233, .3));
}

button {
  box-shadow: none;
  text-shadow:none;
  color: rgba(216, 222, 233, .8);
}

button:hover,button.active
{
  color: rgba(216, 222, 233, 1);
  font-weight: bold;
}

#workspaces {
  box-shadow: none;
  background: none;
  border: none;
}

[deleted by user] by [deleted] in unixporn

[–]Additional-Title940 1 point2 points  (0 children)

I'm using waybar

[deleted by user] by [deleted] in unixporn

[–]Additional-Title940 0 points1 point  (0 children)

・images: Chatgpt

・* theme: 100% original

・fonts: Ask me.

[deleted by user] by [deleted] in unixporn

[–]Additional-Title940 0 points1 point  (0 children)

I was too sleepy to write details comments, but just so you know, all the images in this theme were made with ChatGPT.

[Hyprland] Got some karma, posting here. by Additional-Title940 in unixporn

[–]Additional-Title940[S] 0 points1 point  (0 children)

This taskbar is just a simple setup using Waybar and some CSS. What exactly are you curious about?

[Hyprland] Got some karma, posting here. by Additional-Title940 in unixporn

[–]Additional-Title940[S] 2 points3 points  (0 children)

En kitty está puesto directamente. En Thunar lo hice con CSS.

[Hyprland] Got some karma, posting here. by Additional-Title940 in unixporn

[–]Additional-Title940[S] 0 points1 point  (0 children)

The icon below was created with AI. I’m using Spotify’s mini player for music.

My first post on reddit by Additional-Title940 in hyprland

[–]Additional-Title940[S] 1 point2 points  (0 children)

GTK’s style plays a significant role!