mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-05 20:28:25 +02:00
7 lines
178 B
Bash
Executable File
7 lines
178 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 -q Indicators refresh
|