config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

commit d3705bc648c7854f3cc61a2a295da5178dbda171
parent 417560a1f7bbca893e27b0c41b996de2f17ef2e2
Author: dwrz <dwrz@dwrz.net>
Date:   Wed,  1 Nov 2023 19:01:22 +0000

Refactor dunstrc

Diffstat:
Mdunst/dunstrc | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/dunst/dunstrc b/dunst/dunstrc @@ -22,16 +22,16 @@ # dynamic width from 0 to 300 # width = (0, 300) # constant width of 300 - width = 600 + width = 800 # The maximum height of a single notification, excluding the frame. - height = 600 + height = 800 # Position the notification in the top right corner origin = bottom-right # Offset from the origin - offset = 10x25 + offset = 8x32 # Scale factor. It is auto-detected if value is 0. scale = 0 @@ -109,7 +109,7 @@ ### Text ### - font = DejaVu Sans Mono 14 + font = DejaVu Sans Mono 24 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. @@ -195,6 +195,7 @@ # Paths to default icons. icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ + icon_theme = oomox_tomorrow ### History ###