aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--picom/picom.conf23
-rw-r--r--termite/config4
2 files changed, 14 insertions, 13 deletions
diff --git a/picom/picom.conf b/picom/picom.conf
index a5c7cae..f9250ba 100644
--- a/picom/picom.conf
+++ b/picom/picom.conf
@@ -71,11 +71,11 @@ shadow = false;
# The blur radius for shadows. (default 12)
shadow-radius = 5;
# The left offset for shadows. (default -15)
-shadow-offset-x = -5;
+shadow-offset-x = 10;
# The top offset for shadows. (default -15)
-shadow-offset-y = -5;
+shadow-offset-y = 10;
# The translucency for shadows. (default .75)
-shadow-opacity = 0.5;
+shadow-opacity = 0.7;
# Set if you want different colour shadows
# shadow-red = 0.0;
@@ -97,6 +97,7 @@ shadow-exclude = [
"name *= 'Chromium'",
"name *= 'Chrome'",
"name *= 'i3bar'",
+ "name *= 'polybar'",
"class_g = 'Firefox' && argb",
"class_g = 'Conky'",
"class_g = 'Kupfer'",
@@ -127,9 +128,9 @@ inactive-opacity-override = false;
# Do not let dimness adjust based on window opacity.
# inactive-dim-fixed = true;
# Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred.
-blur-background = true;
+blur-background = false;
# Blur background of opaque windows with transparent frames as well.
-blur-background-frame = true;
+blur-background-frame = false;
# Do not let blur radius adjust based on window opacity.
blur-background-fixed = true;
blur-background-exclude = [
@@ -137,10 +138,10 @@ blur-background-exclude = [
"window_type = 'desktop'"
];
-blur-method = "gaussian";
+#blur-method = "gaussian";
#blur-kern = "7x7box";
-blur-size = 30;
-blur-deviation = 15;
+#blur-size = 30;
+#blur-deviation = 15;
#blur-strength = 15;
corner-radius = 10;
@@ -158,7 +159,7 @@ opacity-rule = [
# Fade windows during opacity changes.
fading = true;
# The time between steps in a fade in milliseconds. (default 10).
-fade-delta = 8;
+fade-delta = 5;
# Opacity change between steps while fading in. (default 0.028).
fade-in-step = 0.03;
# Opacity change between steps while fading out. (default 0.03).
@@ -192,10 +193,10 @@ detect-client-opacity = true;
# Specify refresh rate of the screen.
# If not specified or 0, compton will try detecting this with X RandR extension.
-refresh-rate = 144;
+refresh-rate = 0;
# Vertical synchronization: match the refresh rate of the monitor
-vsync = false;
+vsync = true;
# Enable DBE painting mode, intended to use with VSync to (hopefully) eliminate tearing.
# Reported to have no effect, though.
diff --git a/termite/config b/termite/config
index b4bd910..354f0a0 100644
--- a/termite/config
+++ b/termite/config
@@ -1,6 +1,6 @@
[colors]
foreground = #ffffff
-background = rgba (0,0,0,0.6)
+background = rgba (0,0,0,0.8)
[options]
-font = DejaVu Sans Mono for Powerline 10
+font = DejaVu Sans Mono for Powerline 12