Add GR script
This commit is contained in:
@@ -198,8 +198,7 @@ shadow-exclude = [
|
||||
"class_g = 'Conky'",
|
||||
"class_g ?= 'Notify-osd'",
|
||||
"class_g = 'Cairo-clock'",
|
||||
"_GTK_FRAME_EXTENTS@:c",
|
||||
"QTILE_INTERNAL:32c = 1"
|
||||
"_GTK_FRAME_EXTENTS@:c"
|
||||
];
|
||||
|
||||
# Specify a X geometry that describes the region in which shadow should not
|
||||
@@ -270,14 +269,15 @@ opacity-rule = [
|
||||
|
||||
# Sets the radius of rounded window corners. When > 0, the compositor will
|
||||
# round the corners of windows. Does not interact well with `transparent-clipping`.
|
||||
corner-radius = 15
|
||||
corner-radius = 10
|
||||
|
||||
# Exclude conditions for rounded corners.
|
||||
rounded-corners-exclude = [
|
||||
"window_type = 'dock'",
|
||||
"window_type = 'desktop'",
|
||||
"class_g = 'Dunst'",
|
||||
"class_g = 'Rofi'",
|
||||
# "class_g = 'Dunst'",
|
||||
# "class_g = 'Rofi'",
|
||||
"QTILE_INTERNAL:32c = 1"
|
||||
];
|
||||
|
||||
|
||||
@@ -286,12 +286,12 @@ rounded-corners-exclude = [
|
||||
#################################
|
||||
|
||||
# Parameters for background blurring, see the *BLUR* section for more information.
|
||||
blur-method = "kernel"
|
||||
blur-method = "dual_kawase"
|
||||
blur-size = 12
|
||||
|
||||
# blur-deviation = false
|
||||
|
||||
# blur-strength = 5
|
||||
blur-strength = 4
|
||||
|
||||
# Blur background of semi-transparent / ARGB windows.
|
||||
# Bad in performance, with driver-dependent behavior.
|
||||
|
||||
Reference in New Issue
Block a user