mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 07:26:12 +01:00
themes
This commit is contained in:
@@ -41,7 +41,10 @@ shadow-exclude = [
|
||||
# disables shadows on sticky windows:
|
||||
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_STICKY'",
|
||||
# disables shadows on i3 frames
|
||||
"class_g ?= 'i3-frame'"
|
||||
"class_g ?= 'i3-frame'",
|
||||
"class_g = 'Rofi'",
|
||||
"class_g = 'Bspwm'",
|
||||
"class_g ?= 'ulauncher'"
|
||||
];
|
||||
|
||||
# Specify a X geometry that describes the region in which shadow should not
|
||||
@@ -129,7 +132,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
||||
# 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 = 8
|
||||
corner-radius = 9
|
||||
|
||||
# Exclude conditions for rounded corners.
|
||||
rounded-corners-exclude = [
|
||||
@@ -145,7 +148,7 @@ rounded-corners-exclude = [
|
||||
|
||||
blur: {
|
||||
method = "dual_kawase";
|
||||
strength = 12;
|
||||
strength = 10;
|
||||
background = false;
|
||||
background-frame = false;
|
||||
background-fixed = false;
|
||||
@@ -300,6 +303,17 @@ use-damage = true;
|
||||
#
|
||||
# glx-fshader-win = ""
|
||||
|
||||
window-shader-fg-rule = [
|
||||
# "black_to_transparent.frag:class_g = 'stalonetray'",
|
||||
# "black_to_transparent.frag:class_g = 'Minecraft 1.7.10'",
|
||||
"black_to_transparent.frag:class_g = 'i3lock'",
|
||||
# "black_to_transparent.frag:focused = true",
|
||||
# "black_to_transparent.frag:focused != true",
|
||||
#"sphere.glsl:focused != true"
|
||||
#"nordify.glsl:class_g = 'miru'"
|
||||
|
||||
]
|
||||
|
||||
# Force all windows to be painted with blending. Useful if you
|
||||
# have a glx-fshader-win that could turn opaque pixels transparent.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user