diff --git a/src/dot_config/dunst/dunstrc b/src/dot_config/dunst/dunstrc index fd0d42c..749c8c5 100644 --- a/src/dot_config/dunst/dunstrc +++ b/src/dot_config/dunst/dunstrc @@ -27,7 +27,7 @@ gap_size = 5 frame_width = 2 - corner_radius = 10 + corner_radius = 0 origin = bottom-right offset = 60x70 diff --git a/src/dot_config/picom/picom.conf.tmpl b/src/dot_config/picom/picom.conf.tmpl index ca914a1..49bcfb8 100644 --- a/src/dot_config/picom/picom.conf.tmpl +++ b/src/dot_config/picom/picom.conf.tmpl @@ -22,7 +22,7 @@ shadow-offset-x = -7; shadow-offset-y = -7; # corner -corner-radius = 10; +corner-radius = 0; blur: { method = "dual_kawase", @@ -31,6 +31,7 @@ blur: { rules = ( { match = "class_g = 'dwm'"; shadow = false; corner-radius = 0; blur-background = false }, + { match = "class_g = 'slock'"; shadow = false; corner-radius = 0; blur-background = false }, { match = "class_i = 'qutebrowser' && ! name = 'discord'"; shader = "{{ env "HOME" }}/.config/picom/shaders/transparency.glsl" }, { match = "class_i = 'neovide'"; shader = "{{ env "HOME" }}/.config/picom/shaders/transparency.glsl" }, { match = "class_g = 'Zathura'"; shader = "/home/dogeystamp/.config/picom/shaders/transparency.glsl" },