i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 50eccdc24e4d227d994167304238c1234b2adc21
parent a0984eb826ff5649dd3bb1f16884e8854c1f8263
Author: JeppeX <jesperi.luoto@gmail.com>
Date:   Fri, 28 May 2021 16:54:27 +0300

Updated examples (#214)

* Updated examples

* Removed excess newline from the bottom
Diffstat:
Mexamples/lock.sh | 34+++++++++++++++++-----------------
Mexamples/lock_bar.sh | 24++++++++++++------------
2 files changed, 29 insertions(+), 29 deletions(-)
diff --git a/examples/lock.sh b/examples/lock.sh
@@ -8,29 +8,29 @@ W='#880000bb'  # wrong
 V='#bb00bbbb'  # verifying
 
 i3lock \
---insidevercolor=$C   \
---ringvercolor=$V     \
+--insidever-color=$C   \
+--ringver-color=$V     \
 \
---insidewrongcolor=$C \
---ringwrongcolor=$W   \
+--insidewrong-color=$C \
+--ringwrong-color=$W   \
 \
---insidecolor=$B      \
---ringcolor=$D        \
---linecolor=$B        \
---separatorcolor=$D   \
+--inside-color=$B      \
+--ring-color=$D        \
+--line-color=$B        \
+--separator-color=$D   \
 \
---verifcolor=$T        \
---wrongcolor=$T        \
---timecolor=$T        \
---datecolor=$T        \
---layoutcolor=$T      \
---keyhlcolor=$W       \
---bshlcolor=$W        \
+--verif-color=$T        \
+--wrong-color=$T        \
+--time-color=$T        \
+--date-color=$T        \
+--layout-color=$T      \
+--keyhl-color=$W       \
+--bshl-color=$W        \
 \
 --screen 1            \
 --blur 5              \
 --clock               \
 --indicator           \
---timestr="%H:%M:%S"  \
---datestr="%A, %m %Y" \
+--time-str="%H:%M:%S"  \
+--date-str="%A, %m %Y" \
 --keylayout 1         \
diff --git a/examples/lock_bar.sh b/examples/lock_bar.sh
@@ -10,29 +10,29 @@ V='#bb00bbbb'  # verifying
 i3lock \
 --blur 5 \
 --bar-indicator \
---bar-position y+h \
+--bar-pos y+h \
 --bar-direction 1 \
 --bar-max-height 50 \
 --bar-base-width 50 \
 --bar-color 000000cc \
---keyhlcolor 880088cc \
+--keyhl-color 880088cc \
 --bar-periodic-step 50 \
 --bar-step 50 \
 --redraw-thread \
 \
 --clock \
 --force-clock \
---timepos x+5:y+h-80 \
---timecolor 880088ff \
---datepos tx:ty+15 \
---datecolor 990099ff \
+--time-pos x+5:y+h-80 \
+--time-color 880088ff \
+--date-pos tx:ty+15 \
+--date-color 990099ff \
 --date-align 1 \
 --time-align 1 \
---ringvercolor 8800ff88 \
---ringwrongcolor ff008888 \
---statuspos x+5:y+h-16 \
+--ringver-color 8800ff88 \
+--ringwrong-color ff008888 \
+--status-pos x+5:y+h-16 \
 --verif-align 1 \
 --wrong-align 1 \
---verifcolor ffffffff \
---wrongcolor ffffffff \
---modifpos -50:-50
+--verif-color ffffffff \
+--wrong-color ffffffff \
+--modif-pos -50:-50