1
1
mirror of https://gitlab.com/ceda_ei/i3lock-delta synced 2025-11-04 16:50:05 +01:00

Added download_daemon which needs to be running in background. Added downloader.php - the part of program that interacts with Unsplash API. Added lock which locks the screen. Added configs.

This commit is contained in:
Ceda EI
2017-12-28 20:27:35 +05:30
parent 00ad244d1b
commit ac398060f9
5 changed files with 148 additions and 0 deletions

20
config Normal file
View File

@@ -0,0 +1,20 @@
# TIMECOLOR="00FFFFFF"
# TIMEFONT="Neuropolitical"
# TIMESIZE=60
# TIMESTYLE="%H:%M:%S"
# DATECOLOR="00FFFFFF"
# DATEFONT="Space Age"
# DATESIZE=25
# DATESTYLE="%A, %d %b"
## Ring Colors
# VERIFYING_INSIDE="FFFFFF44"
# WRONG_INSIDE="FF000044"
# INSIDE="00000000"
# LINE="00000000"
# KEYPRESS="FFFFFFFF"
# BACKSPACEPRESS="CCCCCCFF"
# RINGCOLOR="F7045DFF"
# RINGVERIFYINGCOLOR="F7045DFF"
# RINGWRONGCOLOR="F7045DFF"
# RINGTEXTSIZE=14
# RINGRADIUS=45