From 555eb8757377f2f6ad92bd8d4c197b40fb4b5872 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 7 May 2023 18:09:10 +0530 Subject: changed notificaiton position --- .config/dunst/dunstrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 8982176..13253e8 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -34,11 +34,11 @@ # width = 350 # height = 300 # origin = top-left - # offset = 40x40 + offset = 20x50 - width = 700 - height = 300 - origin = top-center + width = 300 + height = 400 + origin = top-right # Turn on the progess bar progress_bar = false @@ -251,7 +251,7 @@ # corners. # The radius will be automatically lowered if it exceeds half of the # notification height to avoid clipping text and/or icons. - corner_radius = 10 + corner_radius = 0 # Ignore the dbus closeNotification message. # Useful to enforce the timeout set by dunst configuration. Without this -- cgit v1.2.3