diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-05-07 18:09:10 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-05-07 18:09:10 +0530 |
commit | 555eb8757377f2f6ad92bd8d4c197b40fb4b5872 (patch) | |
tree | f8d46bceebfb0ff0a76233078e38e87fef15869d | |
parent | 13c96d0003bd6149b16aa9bf8c971e9ee0601e40 (diff) |
changed notificaiton position
-rw-r--r-- | .config/dunst/dunstrc | 10 |
1 files 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 |