diff options
| author | kj_sh604 | 2025-11-09 17:18:00 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-11-09 17:18:00 -0500 |
| commit | 0e89adbd440b04e5432eb00614f654c9fed93687 (patch) | |
| tree | a9ed9470ac5f82098b7548cce4220114b6afa448 /.local/bin/toggle-dunst-notifications | |
| parent | a6675719f73a332f92c30ff5c4948cda26c0e6e3 (diff) | |
revert-to: 77949a068755ee72d7b5eaf5570cd2cd34a8d222
Diffstat (limited to '.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 |
