From dbc8426cc23b527d6db33b4e448efc466bdb9957 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 27 Dec 2020 11:03:47 -0600 Subject: [PATCH] Dunst: Move to respect new bar layout --- .config/dunst/dunstrc | 2 +- .config/dunst/dunstrc-light | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 3694da7d..3b5e9f0a 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -29,7 +29,7 @@ # the top and down respectively. # The width can be negative. In this case the actual width is the # screen width minus the width defined in within the geometry option. - geometry = "500x8-6+6" + geometry = "500x8-6+50" corner_radius = 0 # Show how many messages are currently hidden (because of geometry). diff --git a/.config/dunst/dunstrc-light b/.config/dunst/dunstrc-light index 625f3922..365be6b2 100644 --- a/.config/dunst/dunstrc-light +++ b/.config/dunst/dunstrc-light @@ -29,7 +29,7 @@ # the top and down respectively. # The width can be negative. In this case the actual width is the # screen width minus the width defined in within the geometry option. - geometry = "500x8-6+6" + geometry = "500x8-6+50" corner_radius = 0 # Show how many messages are currently hidden (because of geometry).