aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-21Removed commented code and fix spacing issuesJeff M. Hubbard
2021-07-21Multi-monitor rewriteJeff M. Hubbard
* init_filenames -> init_config - remove -t from i3lock call since we make image for total resolution + add --screen to i3lock call to show time and ring on that screen * rec_get_random -> get_user_wall + get_total_size retuns total combined resolution + get_display_list returns list of screens (number name geometry) + resize_and_render resize, dim, blur, dimblur image for each screen + purge_cache delete and recreate cache directories * update completely rewritten to support multi-monitor - arg --resolution; isn't needed + arg --display; screen to display loginbox (default: 0) + rc display_on; screen to display loginbox (default: 0) + arg --span; span image across all screens (default: false) + rc span_image; span image across all screens (default: false)
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-29Should fix #218 and #175 (#227)Basti
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-18Change back to i3lock-command. Fixes #210 (#211)Sebastian Sellmeier
2021-05-16nix-shell: add bash5 for testing (#209)Sebastian Sellmeier
2021-05-15Systemd patch (#163)affficionado
* update system service location * update binary location * Add hint for systemd-service and install-dir
2021-05-15Update AUR-Maintainer (#208)Sebastian Sellmeier
2021-05-15Add nix-shell for development, add hint in CONTRIBUTING.md (#207)Sebastian Sellmeier
2021-05-15Add shellcheck-action, fix shellcheck-errors (#206)Sebastian Sellmeier
2021-05-15Add 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-15Readme improvements (#200)Eliaz Bobadilla
* Shorter Link * Add hyperlink to reddit
2021-04-17Added i3lock optionE. Almqvist
Added `-c 00000000` to make the backgrounds opacity to 0.
2020-05-15updated i3lock-color linkPhilipp Hemmelmayr
#170
2020-05-15Added config & cmd arg to change wallpaper setter; don't create .fehbgAUTplayed
2020-03-11changed sbin to usr/bin in service filePhilipp Hemmelmayr
2020-01-23Restore 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-14Fix typo when getting DPI from .Xresources (#140)Kieran Siek
2019-09-02fix scaling when Xft.dpi are set (#114)Yanze Li
2019-09-02add the --pass-media-keys argument (#120)yurisuki
2019-09-02update service file according to findings in #121Philipp Hemmelmayr
2019-09-02Fix null check for lock_timeoutIbrahim 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-14Make compatible with shellcheckettom
Add double quotes for variables, fix minor semantic problems.
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-03-31Automatically 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-28Fix: Allow to remove `current` directory (#112)Kamil Skowron
* Fix: Allow to delete `current` directory * Further improvements just in case new screen resolution
2019-02-12Added 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 textPavan Jadhaw
2019-01-30[main] rm un-needed greeter-font flagPavan Jadhaw
2019-01-29[update] config, add default fontPavan Jadhaw
2019-01-29Add support to change default font (#96)Lélio Brun
2019-01-28fixed #93Philipp Hemmelmayr
2019-01-28[doc] default config location for aur packagePavan Jadhaw
2019-01-23[doc] configurationPavan Jadhaw
2019-01-23[add] example, betterlockscreen configPavan Jadhaw
2019-01-23[rm] hero imagePavan Jadhaw
2019-01-20Fix minor typo in README (#92)TwiN
2019-01-06Add simple color themes (#90)Jeff M. Hubbard
* Add ability to change colors without modifying script * Better name and location for config
2019-01-05Merge pull request #86 from obynio/masterPhilipp Hemmelmayr
Add support for HiDPI screens
2019-01-05removed warningsPhilipp Hemmelmayr
2018-12-17update: README.md - instructionsSamyak Raj Pasala
copying to ~/.local/bin overwrites the bin/ directory
2018-12-12fix: return default dpi pixel coordinates if no dpi is setYohann Leon
2018-12-11fix: hardcoded DPI value in logical_px()Yohann Leon
2018-12-10add: support for HiDPI screensYohann Leon
2018-11-22update: README.md - bannerPavan Jadhaw