6 lines
119 B
Plaintext
6 lines
119 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
DISPLAY=:0.0 xset -q | grep -q "Monitor is Off"
|
||
|
echo $? > $HOME/.cache/node-exporter/display-standby-state
|
||
|
|