7 lines
92 B
Bash
7 lines
92 B
Bash
|
#!/usr/bin/env bash
|
||
|
set -eo pipefail
|
||
|
|
||
|
grimblast save output /tmp/lock.png || true
|
||
|
hyprlock
|
||
|
|