7 lines
215 B
Bash
Executable File
7 lines
215 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# omarchy:summary=Toggle notification do-not-disturb mode
|
|
|
|
state=$(omarchy-shell notifications toggleDnd 2>/dev/null || echo "")
|
|
omarchy-shell --if-running bar refreshIndicators >/dev/null 2>&1 || true
|