#!/bin/bash if [ $(grep -r "RUNNING" /proc/asound | wc -l) -eq 0 ] || [[ $# -ne 0 ]]; then # Also disables and enables dunst, my notification daemon # https://github.com/dunst-project/dunst/issues/697 # https://wiki.archlinux.org/title/Dunst#Disable_dunst_temporarily killall -SIGUSR1 dunst i3lock -f -c d49408 -i /home/kamen/.i3lock/lockscreen.png -n killall -SIGUSR2 dunst fi