dotfiles/picom/picom.conf

30 lines
426 B
Plaintext
Raw Permalink Normal View History

2023-12-17 21:02:43 +05:30
## INIT
#backend = "glx";
#
## Opacity
2023-10-29 19:09:51 +05:30
opacity-rule = [
2024-04-11 00:56:26 +05:30
#"80:class_g = 'music' && focused",
#"40:class_g = 'music' && !focused",
"70:!focused",
2023-10-29 20:14:10 +05:30
"100:focused"
2023-10-29 19:09:51 +05:30
];
2023-12-17 21:02:43 +05:30
#
## Blur
#blur:
#{
# method = "dual_kawase";
# strength = 100;
#}
2024-04-11 00:56:26 +05:30
#
2023-12-17 21:02:43 +05:30
#blur-method = "kernel"
#blur-strength = 10
#blur-background = true
#
2024-04-11 00:56:26 +05:30
#corner-radius = 50
2023-12-17 21:02:43 +05:30
#
## Fading
2023-10-29 19:09:51 +05:30
fading=true;
2023-11-04 20:05:31 +05:30
fade-in-step=0.01;
fade-out-step=0.01;
2023-10-29 19:09:51 +05:30
fading-delta=1;