diff --git a/picom/picom.conf b/picom/picom.conf index 6eeb75b..a64f9ec 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -51,6 +51,7 @@ shadow-exclude = [ "class_g = 'Cairo-clock'", "class_g = 'polybar'", "class_g = 'dmenu'", + "class_g = 'dwm'", "_GTK_FRAME_EXTENTS@:c" ]; diff --git a/polybar/config b/polybar/config index 344b8ba..a317c0f 100644 --- a/polybar/config +++ b/polybar/config @@ -2,7 +2,7 @@ #compositing-foreground = difference [colors] -background = #111015 +background = #af111015 foreground = #c5c8c6 line = #bbb border = #bbb @@ -47,7 +47,7 @@ override-redirect = false width = 100% height = 24 -bottom = 1 +# bottom = 1 background = ${colors.background} foreground = ${colors.foreground}