first test
This commit is contained in:
8
.scripts/bin/mako-toggle.sh
Executable file
8
.scripts/bin/mako-toggle.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Toggle Mako mode between "do-not-disturb" and "default"
|
||||
if makoctl mode | grep -q "default"; then
|
||||
makoctl set-mode do-not-disturb
|
||||
else
|
||||
makoctl set-mode default
|
||||
fi
|
||||
Reference in New Issue
Block a user