adi1090x / rofi

A huge collection of Rofi based custom Applets, Launchers & Powermenus.
GNU General Public License v3.0
6.51k stars 303 forks source link

How to make blur work? #51

Closed d4mr closed 3 years ago

d4mr commented 3 years ago

I have the latest rofi 1.6.1 installed. Compton is also installed.

Trying to use the app launcher, with the blur theme in misc, the window background does not get blurred. Is blur supposed to work on its own or do I need to configure Compton?

d4mr commented 3 years ago

Got this working, you need to setup your compositor with shadow and blur. This is a good starters config http://duncanlock.net/blog/2013/06/07/how-to-switch-to-compton-for-beautiful-tear-free-compositing-in-xfce/

salahmak commented 2 years ago

if anyone is still having this problem, the solution posted above is kinda outdated, and to solve this, first you have to build the git version of picom from source, and install it, and then set these options:

blur:
{
  method = "dual_kawase";
  strength = 4;
}

wintypes:
{
  normal = {blur-background = true;};
  splash = {blur-background = false;};
}

and finally run picom with these options:

picom --experimental-backends --backend glx 
AdsonCicilioti commented 2 years ago

My picom work fine with blur and shadows, but rofi misc theme blurry don't work. Full transparent.