diff --git a/dunst/.config/wal/templates/dunstrc b/dunst/.config/wal/templates/dunstrc index 35b4429d..449c16af 100644 --- a/dunst/.config/wal/templates/dunstrc +++ b/dunst/.config/wal/templates/dunstrc @@ -4,8 +4,9 @@ # NOTE: This file is automatically generated by pywal. Do not edit it by hand. [global] - # Make the width 3740 (3840 - 100), have 50 left margin and 95 above - geometry = "3740x5-50+95" + # Make the width 3740 (3840 - 100), have 50 left margin and 95 above (for HiDPI, below this is normal DPI) + # geometry = "3740x5-50+95" + geometry = "1870x5-25+45" # Show multiple notifications in the same box separator_height = 0 diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index e521ac2e..3f833526 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -20,8 +20,10 @@ fading = true # Shadow settings shadow-radius = 8 shadow-opacity = 0.5 -shadow-offset-x = -10 -shadow-offset-y = -10 + +# Shadow offset (-10 for HiDPI, -5 otherwise) +shadow-offset-x = -5 +shadow-offset-y = -5 # Fade settings fade-in-step = 0.04