aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2021-08-07Prepare release v4.0.0-beta2 with autodetection of i3lock-color binary-name ↵Sebastian Sellmeier
(i3lock-color/i3lock)
2021-07-21Updated CONTRIBUTING.md and according section in README.md to avoid ↵Sebastian Sellmeier
duplicate text
2021-07-21Add gento-install to readme from #264 thanks to @mjkalyanSebastian Sellmeier
2021-07-21Fixup docsSebastian Sellmeier
Update readme to show beta-release, rename workflow-config (cherry picked from commit 4a95562740bee221061156110b6f60bac969eb55)
2021-07-21Prepare for release v4.0.0-beta1Sebastian Sellmeier
2021-07-21Improve/docs ci naming (#253)Basti
* Fixes --lock not working with autodetection when started from zsh, avoids autodetect because of stability issues * Prepare docs/workflow-config for merge-state
2021-07-21Reformat and improve documentation, add install-script (#242)Basti
2021-07-21Prepare to merge (#228)Jeff M. Hubbard
* Fix loginbox position for vertical arrangements * Fix tabs everywhere * 110 Automatically deduce DPI * 118 Add description for Void Linux installation * 119 Add Timeout Option * Update README for multi-monitor * Keep original directory * Update README * Rename project files * Always use defaults * Rewrite update() and get_display_list() * Add lock_timeout to defaults * Fix ExecStart in systemd unit * Update README * Fix bad variable name in wallpaper() * Remove quoting, it breaks things * Fix paths and canvas color * Effects now are optional to speed up updating cache * Fix fx_dimblur() * Add shadow to loginbox (#3) * Add create_loginbox(), add loginshadow option * Add loginshadow option to example config * Add solid color background effect (#4) * Use array and fix quoting * Add color effect, create solid color backgrounds * Update README * Add more arguments and options (#5) * New arguments and config options * Update usage more * Update README * Minor text edits * Relocate config and cache (#6) * Move config and cache directories * Make sure cache dir exists * Reorder defaults, clarify options and theme * Reformat example config * Moved example config * Update header info * Fix quoting in DEFAULT_TIMEOUT * Rewrite usage() * Touch up comments and some syntax * Update README, fix usage * Fix passing arguments to i3lock lockargs needs to be an array so that it can expand to multiple arguments (preferable to using wordsplitting or eval instead). * Scale loginbox based on DPI Fixes jeffmhubbard/multilockscreen#7. * Add failsafe to lock screen when images not found (#13) * Add optional description box (#10) * Add optional description box The box is located in the bottom right corner of the lock screen image and contains a custom description message (e.g. to present a name for random images or to display additional information) Added option: --desc <DESCRIPTION> * Adapt description to i3lock date font * Description font queried like in i3lock-color * description: force normal upright font style * added support for dimpixel effect (#16) * added support for using different images on different displays (#17) * added support for using different images on different displays * fixed list creation when passed a single image * reworked how WALL_LIST is generated * Fix span output (#19) * Make output reflect one set of images is processed * Return only 1 image when spanning * Correct output in a few spots * Add fancy output (#20) * Add echo wrapper to prefix output * Fix typo * Update README.md (#21) * Fixes misspelled fn (#22) * Escape spaces in path for IM (#24) * Minor fixes (#26) * Better parsing --lock args * Add --pass-media-keys * Add --pass-screen-keys and --pass-power-keys * Fix insanely short default timeout * Make error text transparent * Call init_config later, update example config (#27) Reading config file later allows users to define custom functions in config (prelock, postlock, etc) Updated docs with example usage * Fix suspend (#30) * Fix borked logic in --lock arg that breaks suspend * Don't check before all arguments read * Use `dunstctl` to (un)pause the dunst pre/post-lock. (#31) Please be aware that, the use of dunstctl means that users will be forced to have dunst v1.5.0 or newer installed. * Update LICENSE * Disable DPMS after unlocking if it was originally disabled (#32) * feat[multilockscreen]: Add --show-layout option (#36) * Only change DPMS timeout if Enabled (#38) * Fix #40 (#41) Don't wait for `prelock()` and `postlock()` to complete * Add bgcolor option to set i3lock --color (#44) Closes #43 * Update systemd unit (#45) * Fix options name for i3color-lock release 2.13.c.3 (#49) With release 2.13.c.3 i3color-lock has added dashes before color, pos, size, etc. https://github.com/Raymo111/i3lock-color/releases/tag/2.13.c.3 * Add checklist * Rename script * Extra files from upstream * Update README Keep most of betterlockscreen README. Replaced configuration, usage, and usage examples. * Update example config * Fix branding, paths, etc * Add wallpaper_cmd and time_format, long arg only * Fix quoting, remove unused variable Co-authored-by: Fox Kiester <noct@posteo.net> Co-authored-by: Richard <fr34q@users.noreply.github.com> Co-authored-by: Sheeets <31318683+sheeets@users.noreply.github.com> Co-authored-by: Paul Zeinlinger <paul.zeinlinger@gmail.com> Co-authored-by: Luc Caspar <casparluc@users.noreply.github.com> Co-authored-by: R. David Dunphy <rdd.dunphy@gmail.com> Co-authored-by: Artem Vasenin <vasart169@gmail.com> Co-authored-by: Nicolas Serafini <serafini.nicolas@gmail.com>
2021-07-21Update README and example configJeff M. Hubbard
2021-07-21[main] add ability to choose on which screen clock is shown for multimonitor ↵Pavan Jadhaw
setup
2021-07-01Update readme to show beta-release, rename workflow-configSebastian Sellmeier
2021-05-28Fix #217 - Change systemd-service type to forking (#224)Basti
Besides user-feedback I've found many resources showing that it is one common way to use forking here. I've also found the option "--nofork" for i3lock-color but I'm unsure of the side-effects (https://github.com/i3/i3lock/issues/109) as it was the less popular solution. https://gist.github.com/victorhaggqvist/603125bbc0f61a787d89 https://github.com/Raymo111/i3lock-color/issues/174#issuecomment-687149213 https://gist.github.com/Raymo111/91ffd256b7aca6a85e8a99d6331d3b7b
2021-05-28Fix 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-15Systemd patch (#163)affficionado
* update system service location * update binary location * Add hint for systemd-service and install-dir
2021-05-15Readme improvements (#200)Eliaz Bobadilla
* Shorter Link * Add hyperlink to reddit
2020-05-15updated i3lock-color linkPhilipp Hemmelmayr
#170
2019-05-28Add 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-29Add description for Void Linux installation (#118)Aleksander
* Add description for Void Linux installation * fixed typo * shortened xbps instructions
2019-02-12Added pixelation lock mode (#101)Ben Allen
* Added pixelation lock option
2019-01-28[doc] default config location for aur packagePavan Jadhaw
2019-01-23[doc] configurationPavan Jadhaw
2019-01-23[rm] hero imagePavan Jadhaw
2019-01-20Fix minor typo in README (#92)TwiN
2018-12-17update: README.md - instructionsSamyak Raj Pasala
copying to ~/.local/bin overwrites the bin/ directory
2018-11-22update: README.md - bannerPavan Jadhaw
2018-11-19Update: README.md - typoPavan Jadhaw
2018-11-19Update: README.md - top contributorsPavan Jadhaw
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-05-19Add link to installation script for debian users.Philipp Hemmelmayr
2018-04-11update i3lock-color version (#40)Philipp Hemmelmayr
2018-02-13added i3lock-color version hint (#32)Philipp Hemmelmayr
regarding #30
2018-01-04Update README.mdPavan Jadhaw
2018-01-04Update README.mdPavan Jadhaw
2018-01-04include new **release** aur package (#27)Philipp Hemmelmayr
2018-01-03shortened and imo improved Readme (#26)Philipp Hemmelmayr
related to #25 and adds documentation for #21
2017-12-24Add suspend and lock support (#20)Drew Walters
2017-12-15add aur installation to readme (#14)Philipp Hemmelmayr
2017-12-14rename headerPavan 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-12updating cache on eah startup no longer requiredPavan Jadhaw
2017-12-12Update README.mdPavan Jadhaw
2017-12-11Update README.mdPavan Jadhaw
2017-12-11Update README.mdPavan Jadhaw
2017-12-11readme - include instructions for random imagesPavan Jadhaw
2017-12-10adjusted readmeAUTplayed