Commit graph

32 commits

Author SHA1 Message Date
Jeff M. Hubbard
24b089297e Add simple color themes (#90)
* Add ability to change colors without modifying script

* Better name and location for config
2019-01-06 15:21:49 +05:30
Philipp Hemmelmayr
5a2fbbaddd
removed warnings 2019-01-05 18:44:47 +01:00
Yohann Leon
e33fc1dacb fix: return default dpi pixel coordinates if no dpi is set 2018-12-12 00:29:17 +01:00
Yohann Leon
271bb03368 fix: hardcoded DPI value in logical_px() 2018-12-11 17:41:00 +01:00
Yohann Leon
9e96fa323f add: support for HiDPI screens 2018-12-10 22:41:59 +01:00
Mike Mob
5007d00536 Pass argument directory to i3lock (#79)
New "--" argument to pass arguments directly to i3lock
String optimizations
2018-11-04 10:52:53 +05:30
zv0n
031140d5c4 Add ability to set custom lockscreen text, tabs (#65) 2018-09-17 13:33:41 +00:00
Bosmak
33b7763283 lockscreen after suspend using systemd service (#51) (#53)
* lockscreen after suspend using systemd service (#51)

* renaming .service to betterlockscreen.service

* adding TimeoutSec to betterlockscreen.service
2018-09-15 23:36:56 +05:30
dunCan
441d091da6 Updated lockselect() function and argument -s (#69)
You can just remove second argument in lockselect() function and execute suspend command directly from the case.
2018-08-13 09:23:40 +05:30
Thomas Magalhaes
2753996e88 betterlockscreen: fix lock resolution not being used (#66)
Due to recent changes, the resolution option's output was never
used. Fix that by setting a current directory in order to always use
the intended resolution.
2018-06-19 22:53:27 +05:30
zv0n
864d00eec3 check if dunst is running 2018-06-13 15:37:45 +05:30
Jonas Collberg
265fa106fc Save images in different directories depending on resolution (#62)
This makes the script dynamically select the correct cached version of
the image, depending on the current resolution.
2018-06-12 20:57:01 +05:30
zvon
2e0a6dbcc3 Fix time position on multi-monitor setup 2018-05-31 23:56:22 +02:00
Terencio Agozzino
89e620cbfe Fix exempli gratia and a few forgotten points. 2018-05-20 20:26:18 +02:00
Terencio Agozzino
6a29c5145a Fix typo with two dots 2018-05-20 20:18:06 +02:00
Philipp Hemmelmayr
3217a0b564 unified indentation, removed duplicate code (#50) 2018-04-27 22:48:51 +05:30
Philipp Hemmelmayr
368b30495d add nofork argument when locking without suspend (#48) 2018-04-26 14:57:15 +05:30
Pavan Jadhaw
c120c12cf1
Make betterlockscreen compatible with wip rewrite of i3lock-color (#37)
* Changed time position property to be compatible with i3lock update

* Also changed date position variable

* Use latest text color properties

* Remove no input text
2018-04-11 19:18:00 +05:30
Pavan Jadhaw
73bff1ca38 Switch to rgba for rectangle opacity rendering. 2018-04-08 21:58:39 +05:30
Jean-Samuel Aubry-Guzzi
2565b6a1e8 Changes how the rectangle opacity is rendered 2018-04-08 21:55:27 +05:30
Henry Nelson
fc9c6b2905 Lock before suspend to prevent race (#28)
For suspend to work consistently, the screen must be locked before the
suspend. Otherwise, occasionally the suspend will occur before the
screen locks, resulting in a wakeup to a momentarily unlocked screen.
2018-01-17 17:55:51 +05:30
Pavan Jadhaw
4c938cb1ce
fix typo 2018-01-02 07:52:12 +05:30
Pavan Jadhaw
cd33700ba2 Just small change 2017-12-31 22:11:51 +05:30
bjarkt
13bdde37c0 Replace #!/usr/bin/bash with #!/usr/bin/env bash. (#23) 2017-12-31 11:45:50 +05:30
Denys Pavlov
020b597c43 Add custom blurring level, speed up blur (#21)
Replace gaussian blur with shrinking and scaling the image. Adjust the
shrinking and scaling factors based on a number set by the user. The
default blur level should keep the blur about the same.
2017-12-29 20:07:27 +05:30
Targuinius
e53a3bea25 Add multimonitor support along with option to set custom resolution (#19) 2017-12-24 10:06:53 +05:30
Drew Walters
7dd83ed6e9 Add suspend and lock support (#20) 2017-12-24 10:03:52 +05:30
Philipp Hemmelmayr
828df2052d added forced clock (#16) 2017-12-19 18:52:53 +05:30
Pavan Jadhaw
5e775c59a4 dont pause player when locked 2017-12-16 21:13:16 +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
0799a2ff8d Rename script name to match the repo name 2017-12-14 08:30:27 +05:30
Renamed from lock.sh (Browse further)