From c9e147c93b8bd3c52b2e7658d928daec6bd824e1 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 3 Mar 2022 17:44:39 +0100 Subject: gkleen@sif: ... --- accounts/gkleen@sif/dunstrc.d/00-urgency_low.conf | 4 ++++ accounts/gkleen@sif/dunstrc.d/01-urgency_normal.conf | 4 ++++ accounts/gkleen@sif/dunstrc.d/02-urgency_critical.conf | 4 ++++ accounts/gkleen@sif/dunstrc.d/10-pulseaudio-ctl.conf | 5 +++++ accounts/gkleen@sif/dunstrc.d/20-element.conf | 3 +++ accounts/gkleen@sif/dunstrc.d/20-mail.conf | 3 +++ accounts/gkleen@sif/dunstrc.d/20-zulip.conf | 3 +++ 7 files changed, 26 insertions(+) create mode 100644 accounts/gkleen@sif/dunstrc.d/00-urgency_low.conf create mode 100644 accounts/gkleen@sif/dunstrc.d/01-urgency_normal.conf create mode 100644 accounts/gkleen@sif/dunstrc.d/02-urgency_critical.conf create mode 100644 accounts/gkleen@sif/dunstrc.d/10-pulseaudio-ctl.conf create mode 100644 accounts/gkleen@sif/dunstrc.d/20-element.conf create mode 100644 accounts/gkleen@sif/dunstrc.d/20-mail.conf create mode 100644 accounts/gkleen@sif/dunstrc.d/20-zulip.conf (limited to 'accounts/gkleen@sif/dunstrc.d') diff --git a/accounts/gkleen@sif/dunstrc.d/00-urgency_low.conf b/accounts/gkleen@sif/dunstrc.d/00-urgency_low.conf new file mode 100644 index 00000000..442cc243 --- /dev/null +++ b/accounts/gkleen@sif/dunstrc.d/00-urgency_low.conf @@ -0,0 +1,4 @@ +[urgency_low] +background="#000000" +foreground="#999999" +timeout=5 \ No newline at end of file diff --git a/accounts/gkleen@sif/dunstrc.d/01-urgency_normal.conf b/accounts/gkleen@sif/dunstrc.d/01-urgency_normal.conf new file mode 100644 index 00000000..a95dfdf1 --- /dev/null +++ b/accounts/gkleen@sif/dunstrc.d/01-urgency_normal.conf @@ -0,0 +1,4 @@ +[urgency_normal] +background="#000000" +foreground="#ffffff" +timeout=15 \ No newline at end of file diff --git a/accounts/gkleen@sif/dunstrc.d/02-urgency_critical.conf b/accounts/gkleen@sif/dunstrc.d/02-urgency_critical.conf new file mode 100644 index 00000000..d57fe91c --- /dev/null +++ b/accounts/gkleen@sif/dunstrc.d/02-urgency_critical.conf @@ -0,0 +1,4 @@ +[urgency_critical] +background="#900000" +foreground="#ffffff" +timeout=0 diff --git a/accounts/gkleen@sif/dunstrc.d/10-pulseaudio-ctl.conf b/accounts/gkleen@sif/dunstrc.d/10-pulseaudio-ctl.conf new file mode 100644 index 00000000..074f4535 --- /dev/null +++ b/accounts/gkleen@sif/dunstrc.d/10-pulseaudio-ctl.conf @@ -0,0 +1,5 @@ +[pulseaudio-ctl] +body="Current is *" +history_ignore=yes +set_stack_tag="volume" +summary="Volume *" diff --git a/accounts/gkleen@sif/dunstrc.d/20-element.conf b/accounts/gkleen@sif/dunstrc.d/20-element.conf new file mode 100644 index 00000000..5ff6031e --- /dev/null +++ b/accounts/gkleen@sif/dunstrc.d/20-element.conf @@ -0,0 +1,3 @@ +[element-im] +appname=Element +timeout=0 \ No newline at end of file diff --git a/accounts/gkleen@sif/dunstrc.d/20-mail.conf b/accounts/gkleen@sif/dunstrc.d/20-mail.conf new file mode 100644 index 00000000..cb568e01 --- /dev/null +++ b/accounts/gkleen@sif/dunstrc.d/20-mail.conf @@ -0,0 +1,3 @@ +[element] +appname="notmuch" +timeout=0 \ No newline at end of file diff --git a/accounts/gkleen@sif/dunstrc.d/20-zulip.conf b/accounts/gkleen@sif/dunstrc.d/20-zulip.conf new file mode 100644 index 00000000..d7fbd32c --- /dev/null +++ b/accounts/gkleen@sif/dunstrc.d/20-zulip.conf @@ -0,0 +1,3 @@ +[zulip] +appname="Zulip" +timeout=0 \ No newline at end of file -- cgit v1.2.3