aboutsummaryrefslogtreecommitdiff
path: root/betterlockscreen
AgeCommit message (Collapse)Author
2018-11-04Pass argument directory to i3lock (#79)Mike Mob
New "--" argument to pass arguments directly to i3lock String optimizations
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-05-31Fix time position on multi-monitor setupzvon
2018-05-20Fix exempli gratia and a few forgotten points.Terencio Agozzino
2018-05-20Fix typo with two dotsTerencio Agozzino
2018-04-27unified indentation, removed duplicate code (#50)Philipp Hemmelmayr
2018-04-26add nofork argument when locking without suspend (#48)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-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-02fix typoPavan Jadhaw
2017-12-31Just small changePavan Jadhaw
2017-12-31Replace #!/usr/bin/bash with #!/usr/bin/env bash. (#23)bjarkt
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-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