aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-29Add description for Void Linux installation (#118)Aleksander
* Add description for Void Linux installation * fixed typo * shortened xbps instructions
2019-03-31Automatically deduce DPI (#110)Andre Schröder
With this commit the DPI doesn't have to be listed in the ~/.Xresources and will be deduced automatically.
2019-03-28Fix: Allow to remove `current` directory (#112)Kamil Skowron
* Fix: Allow to delete `current` directory * Further improvements just in case new screen resolution
2019-02-12Added pixelation lock mode (#101)Ben Allen
* Added pixelation lock option
2019-02-07[update] mv service file to specific dir(system)Pavan Jadhaw
2019-02-07[update] rc, custom lockscreen textPavan Jadhaw
2019-01-30[main] rm un-needed greeter-font flagPavan Jadhaw
2019-01-29[update] config, add default fontPavan Jadhaw
2019-01-29Add support to change default font (#96)Lélio Brun
2019-01-28fixed #93Philipp Hemmelmayr
2019-01-28[doc] default config location for aur packagePavan Jadhaw
2019-01-23[doc] configurationPavan Jadhaw
2019-01-23[add] example, betterlockscreen configPavan Jadhaw
2019-01-23[rm] hero imagePavan Jadhaw
2019-01-20Fix minor typo in README (#92)TwiN
2019-01-06Add simple color themes (#90)Jeff M. Hubbard
* Add ability to change colors without modifying script * Better name and location for config
2019-01-05Merge pull request #86 from obynio/masterPhilipp Hemmelmayr
Add support for HiDPI screens
2019-01-05removed warningsPhilipp Hemmelmayr
2018-12-17update: README.md - instructionsSamyak Raj Pasala
copying to ~/.local/bin overwrites the bin/ directory
2018-12-12fix: return default dpi pixel coordinates if no dpi is setYohann Leon
2018-12-11fix: hardcoded DPI value in logical_px()Yohann Leon
2018-12-10add: support for HiDPI screensYohann Leon
2018-11-22update: README.md - bannerPavan Jadhaw
2018-11-22add: heroimagePavan Jadhaw
2018-11-19Update: README.md - typoPavan Jadhaw
2018-11-19Update: README.md - top contributorsPavan Jadhaw
2018-11-04Pass argument directory to i3lock (#79)Mike Mob
New "--" argument to pass arguments directly to i3lock String optimizations
2018-09-20Update: Readme - add instructions for bspwm usersPavan Jadhaw
2018-09-18Update: README.mdPavan Jadhaw
2018-09-18Update: betterlockscreen systemd unit filePavan Jadhaw
* Different approach to systemd-suspend lockscreen * Update README.md * Update systemd unit file
2018-09-17Update: README.mdPavan Jadhaw
2018-09-17Add instructions to use custom lockscreen textPavan Jadhaw
2018-09-17Add ability to set custom lockscreen text, tabs (#65)zv0n
2018-09-15lockscreen after suspend using systemd service (#51) (#53)Bosmak
* lockscreen after suspend using systemd service (#51) * renaming .service to betterlockscreen.service * adding TimeoutSec to betterlockscreen.service
2018-08-13Updated lockselect() function and argument -s (#69)dunCan
You can just remove second argument in lockselect() function and execute suspend command directly from the case.
2018-06-19betterlockscreen: fix lock resolution not being used (#66)Thomas Magalhaes
Due to recent changes, the resolution option's output was never used. Fix that by setting a current directory in order to always use the intended resolution.
2018-06-13check if dunst is runningzv0n
2018-06-12Save images in different directories depending on resolution (#62)Jonas Collberg
This makes the script dynamically select the correct cached version of the image, depending on the current resolution.
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