diff options
| author | Blista Kanjo | 2022-10-16 03:30:30 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-10-16 03:30:30 -0400 |
| commit | d202378dbde126e816bbd511bb6a5d06db27f5a8 (patch) | |
| tree | d2b4b684179598f547f4e00f14e252d9de4c8024 /.config/dunst/dunstrc | |
| parent | ae861faf1f53e4d468b15caa0bfda7ab345a5a01 (diff) | |
refactor: implemented dynamic notification width
Diffstat (limited to '.config/dunst/dunstrc')
| -rw-r--r-- | .config/dunst/dunstrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index f2d178d..a4dc57a 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -27,10 +27,10 @@ # dynamic width from 0 to 300 # width = (0, 300) # constant width of 300 - width = 450 + width = (0, 700) # The maximum height of a single notification, excluding the frame. - height = 400 + height = 500 # Position the notification in the top right corner origin = top-right @@ -165,7 +165,7 @@ # Alignment of message text. # Possible values are "left", "center" and "right". - alignment = center + alignment = left # Vertical alignment of message text and icon. # Possible values are "top", "center" and "bottom". |
