Last active
January 11, 2023 00:11
-
-
Save rukh-debug/81d3431c3d521fd928ae46a988e0356d to your computer and use it in GitHub Desktop.
swaylock integrated with corrupter, being used for aur
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
FILE="/tmp/ss.png" | |
grim $FILE; corrupter $FILE $FILE; swaylock -i $FILE; rm $FILE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment