18 lines
296 B
Text
18 lines
296 B
Text
backend = "glx";
|
|
vsync = true;
|
|
|
|
corner-radius = 1;
|
|
|
|
# Soft glow
|
|
shadow = true;
|
|
shadow-radius = 20;
|
|
shadow-opacity = 0.32;
|
|
shadow-color = "#220022";
|
|
|
|
# Slight blur (looks perfect behind gaps)
|
|
blur-method = "kawase";
|
|
blur-strength = 3;
|
|
|
|
# Make transparency smoother
|
|
detect-rounded-corners = true;
|
|
|