From a81a2ba169c5cf6756a8b7a2262c89a477f63f94 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 18 Jan 2022 09:43:44 +0100 Subject: [PATCH] dunst: make the 1.7.0 migration Keep using master as I want the scaling fix for icons, not in 1.7.3. --- README.md | 2 +- dotfiles/dunstrc | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 17b5fa5..560458c 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ unstable but some of them are pulled from Nix. However, I am recompiling some stuff to get more recent versions: - - `dunst` (check `vbe/master` branch) + - `dunst` (`master` branch) - `picom` (`next` branch) - `polybar` (check `vbe/master` branch) - `xsecurelock` (check `vbe/master` branch) diff --git a/dotfiles/dunstrc b/dotfiles/dunstrc index 591eca2..cdd438c 100644 --- a/dotfiles/dunstrc +++ b/dotfiles/dunstrc @@ -4,10 +4,13 @@ follow = none # Appearance - geometry = "400x7-15+15" + width = 400 + height = 100 + offset = 15x15 + origin = top-right indicate_hidden = yes shrink = no - notification_height = 0 + notification_limit = 6 separator_height = 2 separator_color = frame padding = 8 @@ -38,7 +41,7 @@ format = "%s\n%b" markup = full alignment = left - vertical_alignment = center + vertical_alignment = top word_wrap = no ellipsize = end ignore_newline = no @@ -53,6 +56,7 @@ icon_position = left min_icon_size = 32 max_icon_size = 32 + enable_recursive_icon_lookup = true icon_path = /usr/share/icons/Adwaita:/usr/share/icons/hicolor:/usr/share/icons/gnome # History