aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-01Fix time position on multi-monitor setupPavan Jadhaw
Without the x the time was showing only on the left-most monitor on multi-monitor setup
2018-05-31Fix time position on multi-monitor setupzvon
2018-05-21Fix some typoPavan Jadhaw
2018-05-20Fix exempli gratia and a few forgotten points.Terencio Agozzino
2018-05-20Fix typo with two dotsTerencio Agozzino
2018-05-19Add link to installation script for debian users.Philipp Hemmelmayr
2018-04-27unified indentation, removed duplicate code (#50)Philipp Hemmelmayr
2018-04-26add nofork argument when locking without suspend (#48)Philipp Hemmelmayr
2018-04-11update i3lock-color version (#40)Philipp Hemmelmayr
2018-04-11Make betterlockscreen compatible with wip rewrite of i3lock-color (#37)Pavan Jadhaw
* Changed time position property to be compatible with i3lock update * Also changed date position variable * Use latest text color properties * Remove no input text
2018-04-08Switch to rgba for rectangle opacity rendering.Pavan Jadhaw
2018-04-08Changes how the rectangle opacity is renderedJean-Samuel Aubry-Guzzi
2018-02-13added i3lock-color version hint (#32)Philipp Hemmelmayr
regarding #30
2018-01-17Lock before suspend to prevent race (#28)Henry Nelson
For suspend to work consistently, the screen must be locked before the suspend. Otherwise, occasionally the suspend will occur before the screen locks, resulting in a wakeup to a momentarily unlocked screen.
2018-01-04Update README.mdPavan Jadhaw
2018-01-04Update README.mdPavan Jadhaw
2018-01-04include new **release** aur package (#27)Philipp Hemmelmayr
2018-01-03shortened and imo improved Readme (#26)Philipp Hemmelmayr
related to #25 and adds documentation for #21
2018-01-02fix typoPavan Jadhaw
2017-12-31Just small changePavan Jadhaw
2017-12-31Replace #!/usr/bin/bash with #!/usr/bin/env bash. (#23)bjarkt
2017-12-30added code of contributing (#22)Philipp Hemmelmayr
2017-12-29Add custom blurring level, speed up blur (#21)Denys Pavlov
Replace gaussian blur with shrinking and scaling the image. Adjust the shrinking and scaling factors based on a number set by the user. The default blur level should keep the blur about the same.
2017-12-24Add multimonitor support along with option to set custom resolution (#19)Targuinius
2017-12-24Add suspend and lock support (#20)Drew Walters
2017-12-19added forced clock (#16)Philipp Hemmelmayr
2017-12-16dont pause player when lockedPavan Jadhaw
2017-12-15add aur installation to readme (#14)Philipp Hemmelmayr
2017-12-14Create LICENSE (#12)Pavan Jadhaw
2017-12-14rename headerPavan Jadhaw
2017-12-14update docsPavan Jadhaw
2017-12-14rename script to fit repo name (#11)Philipp Hemmelmayr
* rename script to fit repo name * obviously also update the docu
2017-12-14Rename script name to match the repo namePavan Jadhaw
2017-12-14Cleanup (#10)Steven Carpenter
* Original wallpaper copy will also be stored in the cache * Updated the Important message and fixed the incorrect flag -g to -u Please enter the commit message for your changes. Lines starting * Removed superfluous blank line * Changed conditional check to match all the others * Capitalized first word of sentence
2017-12-12updating cache on eah startup no longer requiredPavan Jadhaw
2017-12-12Update README.mdPavan Jadhaw
2017-12-11Update README.mdPavan Jadhaw
2017-12-11Update README.mdPavan Jadhaw
2017-12-11readme - include instructions for random imagesPavan Jadhaw
2017-12-11Merge pull request #7 from AUTplayed/masterPavan Jadhaw
Now recursively select random file, and adjusted README
2017-12-10fixed intendationAUTplayed
2017-12-10added recursive function for getting a random fileAUTplayed
2017-12-10adjusted readmeAUTplayed
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-10Update README.mdPavan Jadhaw
2017-12-10Correct xrandr package name (#5)Alex Ozer
2017-12-10update readme - update required dependenciesPavan Jadhaw
2017-12-09fix typo in instructions for i3wm usersPavan Jadhaw
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