diff options
| author | kj-sh604 | 2025-09-25 16:08:25 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-09-25 16:08:25 -0400 |
| commit | 9b64dc47f94cf059885109ee63af2d66f11e0112 (patch) | |
| tree | f59b70f5b5e0ceb507fedd2780c6c9b86f396c69 | |
| parent | a6f87a6075d8f663e19219eeef2bd355e2cac9cb (diff) | |
kj-gitbot: .local/bin/toggle-dunst-notifications
| -rwxr-xr-x | .local/bin/toggle-dunst-notifications | 9 |
1 files changed, 0 insertions, 9 deletions
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 |
