mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
8 lines
140 B
Bash
Executable File
8 lines
140 B
Bash
Executable File
#!/bin/sh
|
|
for o in HDMI-A-2 DP-1 eDP-1; do
|
|
grim -o "$o" "/tmp/$o.png"
|
|
corrupter "/tmp/$o.png" "/tmp/$o.png" &
|
|
done
|
|
wait
|
|
exec gtklock "$@"
|