aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2018-11-22add: heroimagePavan Jadhaw
2018-11-19Update: README.md - typoPavan Jadhaw
2018-11-19Update: README.md - top contributorsPavan Jadhaw
2018-11-04Pass argument directory to i3lock (#79)Mike Mob
New "--" argument to pass arguments directly to i3lock String optimizations
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