7 lines
174 B
Bash
Executable File
7 lines
174 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# blob:summary=Toggle notification do-not-disturb mode
|
|
|
|
state=$(blob-shell notifications toggleDnd 2>/dev/null || echo "")
|
|
blob-shell -q blob.indicators refresh
|