forked from Snoweuph/Dotfiles
36 lines
804 B
Text
36 lines
804 B
Text
|
#################################
|
||
|
# Base #
|
||
|
#################################
|
||
|
use-damage = true;
|
||
|
backend= "glx";
|
||
|
|
||
|
#################################
|
||
|
# Shadows #
|
||
|
#################################
|
||
|
shadow = false;
|
||
|
shadow-radius = 7;
|
||
|
shadow-offset-x = -7;
|
||
|
shadow-offset-y = -7;
|
||
|
shadow-exclude = [
|
||
|
"name = 'Notification'",
|
||
|
"class_g = 'Conky'",
|
||
|
"class_g ?= 'Notify-osd'",
|
||
|
"class_g = 'Cairo-clock'",
|
||
|
"_GTK_FRAME_EXTENTS@:c"
|
||
|
];
|
||
|
|
||
|
|
||
|
#################################
|
||
|
# Fading #
|
||
|
#################################
|
||
|
fading = true;
|
||
|
fade-in-step = 0.1;
|
||
|
fade-out-step = 0.1;
|
||
|
|
||
|
|
||
|
#################################
|
||
|
# Transparency / Opacity #
|
||
|
#################################
|
||
|
inactive-opacity-override = false;
|
||
|
focus-exclude = [ "class_g = 'Cairo-clock'" ];
|