Updated ubuntu i3 config 11-17-2025
This commit is contained in:
parent
cb74524818
commit
0be536ca8e
4 changed files with 42 additions and 1 deletions
18
picom.conf
Normal file
18
picom.conf
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
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;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue