add aoife

This commit is contained in:
Vivian 2024-01-03 17:01:29 +01:00
parent 5e16312be4
commit 2106adca7b
27 changed files with 34 additions and 21 deletions

View file

@ -0,0 +1,10 @@
#!/usr/bin/env nix-shell
#! nix-shell -p jq -i bash
if makoctl mode | rg -q "do-not-disturb"; then
eww update dnd=""
makoctl mode -r do-not-disturb > /dev/null
else
eww update dnd=""
makoctl mode -a do-not-disturb > /dev/null
fi