Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-29 | Should fix #218 and #175 (#227) | Basti | |
2021-05-28 | Fix i3lock-color args for new standardized version (#220) | Raymond Li | |
* Update required i3lock-color version * Fix i3lock-color args for new standardized version | |||
2021-05-18 | Change back to i3lock-command. Fixes #210 (#211) | Sebastian Sellmeier | |
2021-05-15 | Add shellcheck-action, fix shellcheck-errors (#206) | Sebastian Sellmeier | |
2021-05-15 | Add option for time-format (with default-config) from #185 (#205) | Sebastian Sellmeier | |
* Add an option to change the time format * Add option to example-config Co-authored-by: Addison Bean <addisonbean@gmail.com> | |||
2021-04-17 | Added i3lock option | E. Almqvist | |
Added `-c 00000000` to make the backgrounds opacity to 0. | |||
2020-05-15 | Added config & cmd arg to change wallpaper setter; don't create .fehbg | AUTplayed | |
2020-01-23 | Restore previous DPMS setting if turned off (#151) | Aicaya | |
* Restore previous DPMS setting if turned off Added the variable 'default_dpms', which reads the last element of line 26 ("DPMS is Enabled/Disabled"). If it's disabled, it restores that setting upon login. This fixes an issue where if the user had manually turned off DPMS, the screen will still turn itself off after a while. * Look for string instead of line number (also use tabs for indents to match code) | |||
2019-09-14 | Fix typo when getting DPI from .Xresources (#140) | Kieran Siek | |
2019-09-02 | fix scaling when Xft.dpi are set (#114) | Yanze Li | |
2019-09-02 | add the --pass-media-keys argument (#120) | yurisuki | |
2019-09-02 | Fix null check for lock_timeout | Ibrahim Jarif | |
This commit fixes an issue with the validating the `lock_timeout` value. The current implementation would complain if `lock_timeout` value is null. | |||
2019-06-14 | Make compatible with shellcheck | ettom | |
Add double quotes for variables, fix minor semantic problems. | |||
2019-05-28 | Add Timeout Option (#119) | Vivek R | |
This adds an opton to set custom monitor timeout in seconds. Timeout only applicable during lockscreen. Reverts back to normal timeout after logging back in. Closes https://github.com/pavanjadhaw/betterlockscreen/issues/116 | |||
2019-03-31 | Automatically 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-28 | Fix: Allow to remove `current` directory (#112) | Kamil Skowron | |
* Fix: Allow to delete `current` directory * Further improvements just in case new screen resolution | |||
2019-02-12 | Added pixelation lock mode (#101) | Ben Allen | |
* Added pixelation lock option | |||
2019-02-07 | [update] rc, custom lockscreen text | Pavan Jadhaw | |
2019-01-30 | [main] rm un-needed greeter-font flag | Pavan Jadhaw | |
2019-01-29 | Add support to change default font (#96) | Lélio Brun | |
2019-01-28 | fixed #93 | Philipp Hemmelmayr | |
2019-01-06 | Add simple color themes (#90) | Jeff M. Hubbard | |
* Add ability to change colors without modifying script * Better name and location for config | |||
2019-01-05 | removed warnings | Philipp Hemmelmayr | |
2018-12-12 | fix: return default dpi pixel coordinates if no dpi is set | Yohann Leon | |
2018-12-11 | fix: hardcoded DPI value in logical_px() | Yohann Leon | |
2018-12-10 | add: support for HiDPI screens | Yohann Leon | |
2018-11-04 | Pass argument directory to i3lock (#79) | Mike Mob | |
New "--" argument to pass arguments directly to i3lock String optimizations | |||
2018-09-17 | Add ability to set custom lockscreen text, tabs (#65) | zv0n | |
2018-09-15 | lockscreen 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-13 | Updated 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-19 | betterlockscreen: 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-13 | check if dunst is running | zv0n | |
2018-06-12 | Save 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-31 | Fix time position on multi-monitor setup | zvon | |
2018-05-20 | Fix exempli gratia and a few forgotten points. | Terencio Agozzino | |
2018-05-20 | Fix typo with two dots | Terencio Agozzino | |
2018-04-27 | unified indentation, removed duplicate code (#50) | Philipp Hemmelmayr | |
2018-04-26 | add nofork argument when locking without suspend (#48) | Philipp Hemmelmayr | |
2018-04-11 | Make 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-08 | Switch to rgba for rectangle opacity rendering. | Pavan Jadhaw | |
2018-04-08 | Changes how the rectangle opacity is rendered | Jean-Samuel Aubry-Guzzi | |
2018-01-17 | Lock 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-02 | fix typo | Pavan Jadhaw | |
2017-12-31 | Just small change | Pavan Jadhaw | |
2017-12-31 | Replace #!/usr/bin/bash with #!/usr/bin/env bash. (#23) | bjarkt | |
2017-12-29 | Add 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-24 | Add multimonitor support along with option to set custom resolution (#19) | Targuinius | |
2017-12-24 | Add suspend and lock support (#20) | Drew Walters | |
2017-12-19 | added forced clock (#16) | Philipp Hemmelmayr | |
2017-12-16 | dont pause player when locked | Pavan Jadhaw | |