From 9b64dc47f94cf059885109ee63af2d66f11e0112 Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Thu, 25 Sep 2025 16:08:25 -0400 Subject: kj-gitbot: .local/bin/toggle-dunst-notifications --- .local/bin/toggle-dunst-notifications | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 .local/bin/toggle-dunst-notifications (limited to '.local') diff --git a/.local/bin/toggle-dunst-notifications b/.local/bin/toggle-dunst-notifications deleted file mode 100755 index 12ad4ab..0000000 --- a/.local/bin/toggle-dunst-notifications +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -current_state=$(dunstctl is-paused) - -if [ "$current_state" = "false" ]; then - dunstctl set-paused true -else - dunstctl set-paused false -fi -- cgit v1.2.3