1
0
Fork 0
dotfiles/bin/log-display-standby-state

6 lines
119 B
Plaintext
Raw Permalink Normal View History

2023-02-22 14:33:55 +00:00
#!/bin/sh
DISPLAY=:0.0 xset -q | grep -q "Monitor is Off"
echo $? > $HOME/.cache/node-exporter/display-standby-state