aboutsummaryrefslogtreecommitdiff
path: root/lock.sh
AgeCommit message (Collapse)Author
2017-12-10Added random image of dir when a dir is passed (#6)Philipp Hemmelmayr
If the user passes a directory when updating via-u <dir> then this code selects a random file from the directory and uses it instead. This is useful so one can update the lock image on boot and have a random image every reboot (Adds variety)
2017-12-09dont output error(No players found) when locking from terminalPavan Jadhaw
2017-12-09cleanup (#1)Deluxo
repeated tasks with pre-lock, lock, post-lock are made into functions. spaces + tabs => tabs only removed consecutive empty lines moved resolution rectangles calculation to --update where it's only used
2017-12-08Update readme for arch usersPavan Jadhaw
2017-12-08fix typoPavan Jadhaw
2017-12-08rename scriptPavan Jadhaw