Commit graph

121 commits

Author SHA1 Message Date
Pavan Jadhaw
f2639f9711 Add instructions to use custom lockscreen text 2018-09-17 19:10:37 +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
Pavan Jadhaw
e865c66cd7
Fix time position on multi-monitor setup
Without the x the time was showing only on the left-most monitor on multi-monitor setup
2018-06-01 06:55:51 +05:30
zvon
2e0a6dbcc3 Fix time position on multi-monitor setup 2018-05-31 23:56:22 +02:00
Pavan Jadhaw
3b0e102c19
Fix some typo 2018-05-21 08:49:55 +05:30
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
b55200e02c Add link to installation script for debian users. 2018-05-19 20:46:04 +05:30
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
Philipp Hemmelmayr
95edc98852 update i3lock-color version (#40) 2018-04-11 22:31:02 +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
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