Delete dnd script

This commit is contained in:
2021-12-07 22:25:12 +03:00
parent fdf011436f
commit 2508e07441

View File

@@ -1,8 +0,0 @@
#! /bin/bash
# Copied from https://github.com/Alexays/Waybar/wiki/Module:-Custom#dunst
COUNT=$(dunstctl count waiting)
ENABLED=
DISABLED=
if [ $COUNT != 0 ]; then DISABLED=" $COUNT"; fi
if dunstctl is-paused | grep -q "false" ; then echo $ENABLED; else echo $DISABLED; fi