Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-16 | nix-shell: add bash5 for testing (#209) | Sebastian Sellmeier | |
2021-05-15 | Systemd patch (#163) | affficionado | |
* update system service location * update binary location * Add hint for systemd-service and install-dir | |||
2021-05-15 | Update AUR-Maintainer (#208) | Sebastian Sellmeier | |
2021-05-15 | Add nix-shell for development, add hint in CONTRIBUTING.md (#207) | 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-05-15 | Readme improvements (#200) | Eliaz Bobadilla | |
* Shorter Link * Add hyperlink to reddit | |||
2021-04-17 | Added i3lock option | E. Almqvist | |
Added `-c 00000000` to make the backgrounds opacity to 0. | |||
2020-05-15 | updated i3lock-color link | Philipp Hemmelmayr | |
#170 | |||
2020-05-15 | Added config & cmd arg to change wallpaper setter; don't create .fehbg | AUTplayed | |
2020-03-11 | changed sbin to usr/bin in service file | Philipp Hemmelmayr | |
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 | update service file according to findings in #121 | Philipp Hemmelmayr | |
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-04-29 | Add description for Void Linux installation (#118) | Aleksander | |
* Add description for Void Linux installation * fixed typo * shortened xbps instructions | |||
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] mv service file to specific dir(system) | Pavan Jadhaw | |
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 | [update] config, add default font | Pavan Jadhaw | |
2019-01-29 | Add support to change default font (#96) | Lélio Brun | |
2019-01-28 | fixed #93 | Philipp Hemmelmayr | |
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 | |