Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-28 | [doc] default config location for aur package | Pavan Jadhaw | |
2019-01-23 | [doc] configuration | Pavan Jadhaw | |
2019-01-23 | [add] example, betterlockscreen config | Pavan Jadhaw | |
2019-01-23 | [rm] hero image | Pavan Jadhaw | |
2019-01-20 | Fix minor typo in README (#92) | TwiN | |
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 | Merge pull request #86 from obynio/master | Philipp Hemmelmayr | |
Add support for HiDPI screens | |||
2019-01-05 | removed warnings | Philipp Hemmelmayr | |
2018-12-17 | update: README.md - instructions | Samyak Raj Pasala | |
copying to ~/.local/bin overwrites the bin/ directory | |||
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-22 | update: README.md - banner | Pavan Jadhaw | |
2018-11-22 | add: heroimage | Pavan Jadhaw | |
2018-11-19 | Update: README.md - typo | Pavan Jadhaw | |
2018-11-19 | Update: README.md - top contributors | Pavan Jadhaw | |
2018-11-04 | Pass argument directory to i3lock (#79) | Mike Mob | |
New "--" argument to pass arguments directly to i3lock String optimizations | |||
2018-09-20 | Update: Readme - add instructions for bspwm users | Pavan Jadhaw | |
2018-09-18 | Update: README.md | Pavan Jadhaw | |
2018-09-18 | Update: betterlockscreen systemd unit file | Pavan Jadhaw | |
* Different approach to systemd-suspend lockscreen * Update README.md * Update systemd unit file | |||
2018-09-17 | Update: README.md | Pavan Jadhaw | |
2018-09-17 | Add instructions to use custom lockscreen text | Pavan Jadhaw | |
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-06-01 | Fix time position on multi-monitor setup | Pavan Jadhaw | |
Without the x the time was showing only on the left-most monitor on multi-monitor setup | |||
2018-05-31 | Fix time position on multi-monitor setup | zvon | |
2018-05-21 | Fix some typo | Pavan Jadhaw | |
2018-05-20 | Fix exempli gratia and a few forgotten points. | Terencio Agozzino | |
2018-05-20 | Fix typo with two dots | Terencio Agozzino | |
2018-05-19 | Add link to installation script for debian users. | Philipp Hemmelmayr | |
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 | update i3lock-color version (#40) | 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-02-13 | added i3lock-color version hint (#32) | Philipp Hemmelmayr | |
regarding #30 | |||
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-04 | Update README.md | Pavan Jadhaw | |
2018-01-04 | Update README.md | Pavan Jadhaw | |
2018-01-04 | include new **release** aur package (#27) | Philipp Hemmelmayr | |
2018-01-03 | shortened and imo improved Readme (#26) | Philipp Hemmelmayr | |
related to #25 and adds documentation for #21 | |||
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-30 | added code of contributing (#22) | Philipp Hemmelmayr | |