From 820319378a17dc6388fac9539e9346fb7111d920 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 21 Jul 2022 16:26:10 +0200 Subject: [PATCH] script dunst --- scripts/polybar/dunst.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/polybar/dunst.sh diff --git a/scripts/polybar/dunst.sh b/scripts/polybar/dunst.sh new file mode 100755 index 0000000..5b89093 --- /dev/null +++ b/scripts/polybar/dunst.sh @@ -0,0 +1,6 @@ +#!/bin/bash +if [ "$(dunstctl is-paused)" = "true" ]; then + echo "notifications disabled" +else + echo "" +fi