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 = [ ...@@ -200,11 +200,9 @@ rounded-corners-exclude = [
# #
# blur-background-frame = false # blur-background-frame = false
# Use fixed blur strength rather than adjusting according to window opacity. # Use fixed blur strength rather than adjusting according to window opacity.
# blur-background-fixed = false # blur-background-fixed = false
# Specify the blur convolution kernel, with the following format: # Specify the blur convolution kernel, with the following format:
# example: # 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"; # 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 = [ ...@@ -212,7 +210,6 @@ rounded-corners-exclude = [
# blur-kern = "" # blur-kern = ""
blur-kern = "3x3box"; blur-kern = "3x3box";
# Exclude conditions for background blur. # Exclude conditions for background blur.
# blur-background-exclude = [] # blur-background-exclude = []
blur-background-exclude = [ blur-background-exclude = [
...@@ -221,6 +218,17 @@ blur-background-exclude = [ ...@@ -221,6 +218,17 @@ blur-background-exclude = [
"_GTK_FRAME_EXTENTS@:c" "_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 # # 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