Commit graph

69 commits

Author SHA1 Message Date
Basti
5d8b8aa72a
Update docs regarding master -> main change
(cherry picked from commit 0da7dac0f3b229e0e560706a72f23e410b468263)
2021-10-11 17:33:14 +02:00
Sebastian Sellmeier
70f08f9032
Prepare release for v4.0.3 2021-08-21 21:38:58 +02:00
Sebastian Sellmeier
f8f897f758
Prepare beta-release for v4.0.3-beta1 2021-08-21 02:18:26 +02:00
Sebastian Sellmeier
a0fb39fd5a
Fixes wrong docs for --off #281 2021-08-21 02:15:51 +02:00
Sebastian Sellmeier
c3fcd2d6f7
Prepare release for stable v4.0.0 2021-08-09 23:11:04 +02:00
Sebastian Sellmeier
f452ef0ec4
Prepare release v4.0.0-beta2 with autodetection of i3lock-color binary-name (i3lock-color/i3lock) 2021-08-07 01:25:30 +02:00
Sebastian Sellmeier
6537717ab1
Updated CONTRIBUTING.md and according section in README.md to avoid duplicate text 2021-07-21 01:57:08 +02:00
Sebastian Sellmeier
4ef273cf5e
Add gento-install to readme from #264 thanks to @mjkalyan 2021-07-21 01:42:54 +02:00
Sebastian Sellmeier
68e474393d
Fixup docs
Update readme to show beta-release, rename workflow-config

(cherry picked from commit 4a95562740)
2021-07-21 01:04:41 +02:00
Sebastian Sellmeier
6ac1f74a94
Prepare for release v4.0.0-beta1 2021-07-21 01:04:41 +02:00
Basti
a320ab3ff9
Improve/docs ci naming (#253)
* 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-21 01:04:40 +02:00
Basti
2b31627d59
Reformat and improve documentation, add install-script (#242) 2021-07-21 01:04:38 +02:00
Jeff M. Hubbard
741567fa3e
Prepare to merge (#228)
* 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-21 01:03:44 +02:00
Jeff M. Hubbard
41d43f6323
Update README and example config 2021-07-21 01:01:13 +02:00
Pavan Jadhaw
3df1808280
[main] add ability to choose on which screen clock is shown for multimonitor setup 2021-07-21 00:59:46 +02:00
Sebastian Sellmeier
4a95562740
Update readme to show beta-release, rename workflow-config 2021-07-01 18:38:54 +02:00
Basti
bbe277c0db
Fix #217 - Change systemd-service type to forking (#224)
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-28 23:36:46 +02:00
Raymond Li
bbf8840fd8
Fix i3lock-color args for new standardized version (#220)
* Update required i3lock-color version
* Fix i3lock-color args for new standardized version
2021-05-28 22:21:50 +02:00
affficionado
f208ce1bb1
Systemd patch (#163)
* update system service location
* update binary location
* Add hint for systemd-service and install-dir
2021-05-15 22:58:05 +02:00
Eliaz Bobadilla
bacc7cea57
Readme improvements (#200)
* Shorter Link
* Add hyperlink to reddit
2021-05-15 10:26:35 +02:00
Philipp Hemmelmayr
9a8294becf
updated i3lock-color link
#170
2020-05-15 10:16:28 +02:00
Vivek R
643ea70aa7 Add Timeout Option (#119)
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-05-28 23:18:22 +05:30
Aleksander
3f5fd23839 Add description for Void Linux installation (#118)
* Add description for Void Linux installation

* fixed typo

* shortened xbps instructions
2019-04-29 15:33:35 +02:00
Ben Allen
ed2e9d80bb Added pixelation lock mode (#101)
* Added pixelation lock option
2019-02-12 08:35:52 +05:30
Pavan Jadhaw
078960f2ca
[doc] default config location for aur package 2019-01-28 10:56:47 +05:30
Pavan Jadhaw
1045af0afb
[doc] configuration 2019-01-23 12:17:07 +05:30
Pavan Jadhaw
2ea70079c6
[rm] hero image 2019-01-23 11:58:54 +05:30
TwiN
f2a6393503 Fix minor typo in README (#92) 2019-01-20 11:19:20 +05:30
Samyak Raj Pasala
982baa0aef update: README.md - instructions
copying to ~/.local/bin overwrites the bin/ directory
2018-12-17 06:56:34 +00:00
Pavan Jadhaw
087ebfd1e0 update: README.md - banner 2018-11-22 20:48:41 +00:00
Pavan Jadhaw
3a29a453e9
Update: README.md - typo 2018-11-19 20:36:34 +05:30
Pavan Jadhaw
32489e36d5
Update: README.md - top contributors 2018-11-19 14:56:55 +00:00
Pavan Jadhaw
533d729a75 Update: Readme - add instructions for bspwm users 2018-09-20 19:16:15 +05:30
Pavan Jadhaw
08a5bfc2cb
Update: README.md 2018-09-18 18:40:52 +00:00
Pavan Jadhaw
6d00aaa094
Update: betterlockscreen systemd unit file
* Different approach to systemd-suspend lockscreen

* Update README.md

* Update systemd unit file
2018-09-18 03:33:59 +00:00
Pavan Jadhaw
e370b88690 Update: README.md 2018-09-17 19:11:40 +05:30
Pavan Jadhaw
f2639f9711 Add instructions to use custom lockscreen text 2018-09-17 19:10:37 +05:30
Philipp Hemmelmayr
b55200e02c Add link to installation script for debian users. 2018-05-19 20:46:04 +05:30
Philipp Hemmelmayr
95edc98852 update i3lock-color version (#40) 2018-04-11 22:31:02 +05:30
Philipp Hemmelmayr
8031fa6f2c added i3lock-color version hint (#32)
regarding #30
2018-02-13 18:59:31 +05:30
Pavan Jadhaw
ba7064dfea
Update README.md 2018-01-04 18:34:16 +05:30
Pavan Jadhaw
1ccf496923
Update README.md 2018-01-04 18:31:36 +05:30
Philipp Hemmelmayr
818abab23a include new **release** aur package (#27) 2018-01-04 18:18:48 +05:30
Philipp Hemmelmayr
e1251b7167 shortened and imo improved Readme (#26)
related to #25 and adds documentation for #21
2018-01-03 10:34:25 +05:30
Drew Walters
7dd83ed6e9 Add suspend and lock support (#20) 2017-12-24 10:03:52 +05:30
Philipp Hemmelmayr
d06337ffd6 add aur installation to readme (#14) 2017-12-15 02:22:48 +00:00
Pavan Jadhaw
64bf124109
rename header 2017-12-14 08:54:03 +05:30
Pavan Jadhaw
73a62022a2 update docs 2017-12-14 08:46:51 +05:30
Philipp Hemmelmayr
80a69a42a9 rename script to fit repo name (#11)
* rename script to fit repo name

* obviously also update the docu
2017-12-14 03:10:51 +00:00
Pavan Jadhaw
14ead9b9f1 updating cache on eah startup no longer required 2017-12-12 17:25:01 +05:30