diff options
| author | Blista Kanjo | 2022-10-16 02:30:49 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-10-16 02:39:50 -0400 |
| commit | f8cdd346e7e0dbd8525be1d01d34f749cfd99720 (patch) | |
| tree | 71dffac59b8d7ee72721f2d1ed550add19e4ec13 | |
| parent | a298c4db09636a7e12c4bbd04fa236eaf2d0b5c9 (diff) | |
refactor: changed alignment of text to center
| -rw-r--r-- | .config/dunst/dunstrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index ea27d12..a4a21af 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -165,7 +165,7 @@ # Alignment of message text. # Possible values are "left", "center" and "right". - alignment = left + alignment = center # Vertical alignment of message text and icon. # Possible values are "top", "center" and "bottom". |
