laptop stuff

This commit is contained in:
Vivian 2022-09-26 17:17:27 +02:00
parent 57ad1d09f7
commit b0461e98a7
10 changed files with 62 additions and 65 deletions

View file

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