1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-21 06:56:04 +02:00

added conkybar transparency

This commit is contained in:
eoli3n 2016-03-29 00:05:58 +02:00
parent 45d97b5ef7
commit 096f09756a

View File

@ -41,6 +41,10 @@ blur-background-exclude = [
"_GTK_FRAME_EXTENTS@:c"
];
# opacity-rule = [ "80:class_g = 'URxvt'" ];
opacity-rule = [
"99:class_g = 'Firefox' && window_type = 'tooltip'",
"99:class_g = 'Conky' && window_type = 'dock'"
];
# Fading
fading = true;
@ -85,5 +89,16 @@ glx-swap-method = "undefined";
# Window type settings
wintypes:
{
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; };
tooltip =
{
fade = true;
shadow = true;
opacity = 0.75;
focus = true;
};
dock =
{
opacity = 0.75;
};
};