all repos — dotfiles @ 81f321f01ef69e7c2a5e29f70dea8c28d4efe580

linux dotfiles

dunst: add padding, change height and font
Prithu Goswami pg@prithu.dev
Tue, 17 Dec 2024 20:25:13 +0530
commit

81f321f01ef69e7c2a5e29f70dea8c28d4efe580

parent

9dd42020ffc168010885c72a34221accd361d4d0

1 files changed, 5 insertions(+), 5 deletions(-)

jump to
M config/dunst/dunstrcconfig/dunst/dunstrc

@@ -27,7 +27,7 @@ # constant width of 300

width = (300, 1366) # The maximum height of a single notification, excluding the frame. - height = 300 + height = (48, 300) # Position the notification in the top right corner origin = top-right

@@ -76,10 +76,10 @@ # Set to 0 to disable.

separator_height = 2 # Padding between text and separator. - padding = 10 + padding = 18 # Horizontal padding. - horizontal_padding = 10 + horizontal_padding = 18 # Padding between text and icon. text_icon_padding = 0

@@ -111,7 +111,7 @@ # idle_threshold = 120

### Text ### - font = Monospace 9 + font = Monospace 12 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height.

@@ -229,7 +229,7 @@ # in pixel size. If the radius is 0, you have no rounded

# corners. # The radius will be automatically lowered if it exceeds half of the # notification height to avoid clipping text and/or icons. - corner_radius = 2 + corner_radius = 10 # Ignore the dbus closeNotification message. # Useful to enforce the timeout set by dunst configuration. Without this