Jean-Samuel Aubry-Guzzi
2565b6a1e8
Changes how the rectangle opacity is rendered
2018-04-08 21:55:27 +05:30
Philipp Hemmelmayr
8031fa6f2c
added i3lock-color version hint ( #32 )
...
regarding #30
2018-02-13 18:59:31 +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
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
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
Philipp Hemmelmayr
a5346374c5
added code of contributing ( #22 )
2017-12-30 07:09:43 +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
Philipp Hemmelmayr
d06337ffd6
add aur installation to readme ( #14 )
2017-12-15 02:22:48 +00:00
Pavan Jadhaw
1cd0216c31
Create LICENSE ( #12 )
2017-12-14 06:45:37 +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
0799a2ff8d
Rename script name to match the repo name
2017-12-14 08:30:27 +05:30
Steven Carpenter
ded2b5d516
Cleanup ( #10 )
...
* Original wallpaper copy will also be stored in the cache
* Updated the Important message and fixed the incorrect flag -g to -u
Please enter the commit message for your changes. Lines starting
* Removed superfluous blank line
* Changed conditional check to match all the others
* Capitalized first word of sentence
2017-12-14 02:49:59 +00:00
Pavan Jadhaw
14ead9b9f1
updating cache on eah startup no longer required
2017-12-12 17:25:01 +05:30
Pavan Jadhaw
825671bd5b
Update README.md
2017-12-12 08:05:30 +05:30
Pavan Jadhaw
717572a0e3
Update README.md
2017-12-11 07:01:37 +05:30
Pavan Jadhaw
c7062a1840
Update README.md
2017-12-11 06:54:23 +05:30
Pavan Jadhaw
ccbd9e5c52
readme - include instructions for random images
2017-12-11 06:52:40 +05:30
Pavan Jadhaw
03af700789
Merge pull request #7 from AUTplayed/master
...
Now recursively select random file, and adjusted README
2017-12-11 00:55:30 +00:00
AUTplayed
fade2d5bbd
fixed intendation
2017-12-10 23:55:43 +01:00
AUTplayed
1c59e59309
added recursive function for getting a random file
2017-12-10 23:52:33 +01:00
AUTplayed
20ab92c2bb
adjusted readme
2017-12-10 23:25:05 +01:00
Philipp Hemmelmayr
e802862b35
Added random image of dir when a dir is passed ( #6 )
...
If the user passes a directory when updating via-u <dir> then this code selects a random file from the directory and uses it instead.
This is useful so one can update the lock image on boot and have a random image every reboot (Adds variety)
2017-12-10 19:16:21 +00:00
Pavan Jadhaw
5b2378200b
Update README.md
2017-12-10 17:58:20 +05:30
Alex Ozer
1cad7c71bb
Correct xrandr package name ( #5 )
2017-12-10 09:23:57 +00:00
Pavan Jadhaw
9288d1a64c
update readme - update required dependencies
2017-12-10 10:11:23 +05:30
Pavan Jadhaw
568edc3a4f
fix typo in instructions for i3wm users
2017-12-09 15:13:53 +05:30
Pavan Jadhaw
e244fc452b
dont output error(No players found) when locking from terminal
2017-12-09 06:42:42 +05:30
Deluxo
b1abdc8590
cleanup ( #1 )
...
repeated tasks with pre-lock, lock, post-lock are made into functions.
spaces + tabs => tabs only
removed consecutive empty lines
moved resolution rectangles calculation to --update where it's only used
2017-12-09 01:03:02 +00:00
Pavan Jadhaw
bb74d3f3ed
add extra instruction for wget(ing) the script, to save bandwidth and diskspace for users... :P
2017-12-08 23:45:22 +05:30
Pavan Jadhaw
59b387c045
move demo files to separate folder
2017-12-08 23:34:59 +05:30
Pavan Jadhaw
274af07a90
add original background
2017-12-08 17:25:12 +05:30
Pavan Jadhaw
870966244d
Update README.md
2017-12-08 13:14:35 +05:30
Pavan Jadhaw
8df8364345
update readme
2017-12-08 11:35:11 +05:30
Pavan Jadhaw
ed474928cb
Update readme for arch users
2017-12-08 11:31:03 +05:30
Pavan Jadhaw
9031955b7c
add screenshots to readme
2017-12-08 01:46:52 +05:30
Pavan Jadhaw
742ca986c0
move demo files to separate folder
2017-12-08 01:39:13 +05:30
Pavan Jadhaw
4a852e5035
add screenshot and demo video
2017-12-08 01:38:30 +05:30
Pavan Jadhaw
03cfbcd3c6
fix typo
2017-12-08 01:02:38 +05:30
Pavan Jadhaw
a6dca80e92
rename script
2017-12-08 00:50:21 +05:30