dotfiles/scripts/dbus-monitor_test.sh

8 lines
171 B
Bash
Executable File

#!/bin/bash
while true; do
echo "start of loop"
dbus-monitor --session "interface='org.cinnamon.ScreenSaver', member='ActiveChanged'"
# echo "$OUTPUT"
sleep 1
done