Commit 293635b9 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Added invert_glag to colour inversion (invert-color-include array).

parent 7194b388
......@@ -200,11 +200,9 @@ rounded-corners-exclude = [
#
# blur-background-frame = false
# Use fixed blur strength rather than adjusting according to window opacity.
# blur-background-fixed = false
# Specify the blur convolution kernel, with the following format:
# example:
# blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1";
......@@ -212,7 +210,6 @@ rounded-corners-exclude = [
# blur-kern = ""
blur-kern = "3x3box";
# Exclude conditions for background blur.
# blur-background-exclude = []
blur-background-exclude = [
......@@ -221,6 +218,17 @@ blur-background-exclude = [
"_GTK_FRAME_EXTENTS@:c"
];
#################################
# Colour-inversion #
#################################
# Specify list of windows or x flag to that will be colour inverted.
invert-color-include = [
"INVERT_FLAG@:8c"
];
#################################
# General Settings #
#################################
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment