From 8e941231bca9d820112f88a47962ffed592c50c1 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Mon, 6 Feb 2023 22:22:12 +0100 Subject: [PATCH] visual improvements --- .config/dunst/dunstrc | 12 +++++++++--- .config/picom/picom.conf | 1 + 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 1f58ca5b..dd644e2d 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -11,22 +11,28 @@ frame_color = "#383c4a" progress_bar_corner_radius = 5 line_height = 2 - icon_position = off - + corner_radius = 8 + markup = full + icon_theme = Qogir-dark + icon_path = /usr/share/icons/Qogir-dark/16/panel/ [urgency_low] background = "#1a1b26" foreground = "#c0caf5" + highlight = "#7aa2f7" timeout = 3 [urgency_normal] frame_color = "#7aa2f7" background = "#1a1b26" foreground = "#c0caf5" + highlight = "#7aa2f7" timeout = 5 [urgency_critical] background = "#1a1b26" - foreground = "#ff768e" + foreground = "#c0caf5" frame_color = "#ff768e" + highlight = "#ff768e" timeout = 10 + diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 77ab2d54..1952fb8e 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -23,6 +23,7 @@ blur-background-frame = false; blur-kern = "3x3box"; blur-strength = 5; blur-background-exclude = [ + "class_g = 'Dunst'", "class_g = 'librewolf-default'", "class_g = 'easyeffects'", "class_g *= 'slop'",