From d7bb02828482c0760444d8e24f49a7547df637d0 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 11 Jan 2023 17:53:30 +0100 Subject: up --- .config/dunst/dunstrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/dunst/dunstrc') diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 655f6b0..fd9c760 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -113,9 +113,9 @@ # NOTE: It might be helpful to run dunst -print in a terminal in order # to find fitting options for rules. -#[espeak] # >shutup -# summary = "*" # >shutup -# script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup +[espeak] # >shutup + summary = "*" # >shutup + script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup #[script-test] # summary = "*script*" -- cgit v1.2.3 From 2fb2f51d6c930eb525282f63131669b62f626292 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 11 Jan 2023 17:53:38 +0100 Subject: up --- .config/dunst/dunstrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/dunst/dunstrc') diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index fd9c760..655f6b0 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -113,9 +113,9 @@ # NOTE: It might be helpful to run dunst -print in a terminal in order # to find fitting options for rules. -[espeak] # >shutup - summary = "*" # >shutup - script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup +#[espeak] # >shutup +# summary = "*" # >shutup +# script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup #[script-test] # summary = "*script*" -- cgit v1.2.3 From 7eabc900314cd93042f78123fe12ad2771050333 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 31 Jan 2023 11:46:19 +0100 Subject: Pop update --- .config/dunst/dunstrc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to '.config/dunst/dunstrc') diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 655f6b0..4fecd8b 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -1,13 +1,13 @@ [global] monitor = 0 follow = none - width = (200, 600) - height = 500 - origin = top-right - offset = 40x40 + geometry = 800x500-40+40 + # width = 200 + # height = 500 + # origin = top-right indicate_hidden = yes shrink = yes - transparency = 0 + transparency = 15 separator_height = 4 padding = 2 horizontal_padding = 10 @@ -28,7 +28,7 @@ sort = yes idle_threshold = 0 - font = "UbuntuMono Nerd Font 17" + font = "NotoSans Nerd Font 17" line_height = 0 markup = full @@ -83,16 +83,16 @@ #icon = /path/to/icon [urgency_normal] - background = "#614266" - foreground = "#ebdbb2" - frame_color = "#a89984" + background = "#728CAB" + foreground = "#F7F6F2" + frame_color = "#ebdbb2" timeout = 10 [urgency_critical] background = "#cc241d" foreground = "#ebdbb2" frame_color = "#b77901" - timeout = 0 + timeout = 20 # Every section that isn't one of the above is interpreted as a rules to # override settings for certain messages. -- cgit v1.2.3