u/Blablabla_3012

[help] virtual output with everything besides one application?

I want to add cava (audio visualizer) to my rice but i don't like that it also responses to noices in discord.

cava supports specifying the output device that schould be monitored so i thought i could make a virtual audio device that plays everything besides discord. how can i do that? is there a better approach?

reddit.com
u/Blablabla_3012 — 4 days ago

Cava audio visualizer; don't capture discord?

arch linux hyprland with pipewire.

is there a way to make Cava capture everything besides discord?

other subreddits where i can ask are also welcome.

reddit.com
u/Blablabla_3012 — 4 days ago

Arch, Hyprland, Waybar; make pinned windows not activate #workspaces button.empty {…} ?

i want to add a screen wide terminal window with cava behind my waybar. i want it to be in every workspace, but now my workspace module registers "empty" workspaces not as empty anymore because that pinned window is there. how can i make it not count?

Module config:

#workspaces {
background-color: alpha(@background, 0.7);
border-radius: 10px;

padding: 3px;
margin: 4px 1px;
}

#workspaces button {
  font-size: 16px;
  color: @color2;
  border: none;
  margin: 0px;
  min-width: 12px;
  min-height: 16px;
  padding-right: 11px;
}

#workspaces button.empty {
  color: @color6;
}

#workspaces button.visible{
  box-shadow: 0 5px 0 -3px @color2;
}

cava window windowrule:

windowrule {
name = cavaBehindWaybar
match:class = kitty
match:title = cavaWaybar
float = on
no_initial_focus = on
move = 0 0
size = monitor_w 57
pin = on
border_size = 0
rounding = 0
no_anim = on
no_blur = on
no_dim = on
no_shadow = on
no_focus = on
}

other subreddits where i can ask are also welcome.

reddit.com
u/Blablabla_3012 — 4 days ago

pinned window gets moved behind waybar when switching workspace

i want to make a cava window behind my waybar but when i switch workspaces it gets moved below waybar for some reason. (video)

https://reddit.com/link/1sppcdg/video/r03c5v3gj4wg1/player

the windowrule i use to modify the window:

windowrule {
  name = cavaBehindWaybar
  match:class = kitty
  match:title = cavaWaybar
  float = on
  no_initial_focus = on
  move = 0 0
  size = monitor_w 57
  pin = on
  border_size = 0
  rounding = 0
  no_anim = on
  no_blur = on
  no_dim = on
  no_shadow = on
  no_focus = on
}

don't know where to start trubbleshooting.

reddit.com
u/Blablabla_3012 — 4 days ago