From fcc25735319408b7be6782df54d6eba5aca1c534 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Mon, 17 May 2021 11:14:33 +0300 Subject: feat(dunst): setup sexy icons --- .config/dunst/dunstrc | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to '.config') diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 3716934..68e1c3c 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -9,17 +9,18 @@ show_age_threshold = 60 word_wrap = yes ignore_newline = no - geometry = "280x5-12+42" + geometry = "300x5-12+42" transparency = 0 idle_threshold = 120 follow = keyboard sticky_history = yes line_height = 8 - padding = 20 + padding = 12 horizontal_padding = 12 separator_height = 1 separator_color = "#ebdbb2" startup_notification = false + max_icon_size = 72 [frame] width = 0 @@ -46,10 +47,3 @@ foreground = "#ebdbb2" timeout = 0 -[ncspot] - appname = ncspot - format = " %s" - -[slack] - appname = slack - format = " %s\n%b" -- cgit v1.2.3