From 67f5cb9386454d9a3fa2517540de03c2ed6f08f3 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Wed, 27 Oct 2021 11:05:01 +0300 Subject: polybar: clean up the scripts --- .config/polybar/scripts/notification_pause | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 .config/polybar/scripts/notification_pause (limited to '.config/polybar/scripts/notification_pause') diff --git a/.config/polybar/scripts/notification_pause b/.config/polybar/scripts/notification_pause new file mode 100755 index 0000000..9bf6724 --- /dev/null +++ b/.config/polybar/scripts/notification_pause @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +if ! $(dunstctl is-paused); then + echo +else + printf "" +fi -- cgit v1.2.3-70-g09d2