1 #!/bin/sh 2 3 i3lock \ 4 --blur 5 \ 5 --bar-indicator \ 6 --bar-pos y+h \ 7 --bar-direction 1 \ 8 --bar-max-height 50 \ 9 --bar-base-width 50 \ 10 --bar-color 000000cc \ 11 --keyhl-color 880088cc \ 12 --bar-periodic-step 50 \ 13 --bar-step 50 \ 14 --redraw-thread \ 15 \ 16 --clock \ 17 --force-clock \ 18 --time-pos x+5:y+h-80 \ 19 --time-color 880088ff \ 20 --date-pos tx:ty+15 \ 21 --date-color 990099ff \ 22 --date-align 1 \ 23 --time-align 1 \ 24 --ringver-color 8800ff88 \ 25 --ringwrong-color ff008888 \ 26 --status-pos x+5:y+h-16 \ 27 --verif-align 1 \ 28 --wrong-align 1 \ 29 --verif-color ffffffff \ 30 --wrong-color ffffffff \ 31 --modif-pos -50:-50
