updated install script, updated locker visuals

This commit is contained in:
Tristaan
2018-03-26 15:58:22 +02:00
parent c4d896faf7
commit 8d14ee233d
3 changed files with 8 additions and 6 deletions

View File

@@ -4,8 +4,6 @@ ARGS=(
"--blur=5"
# "-i${HOME}/Pictures/bg_1440p/Linux-Wallpapers-19-2560-x-1920.png"
# "-i${HOME}/Pictures/backgrounds/0c7e1f_5775038.jpg"
"--timepos=x-90:h-ch+30"
"--datepos=tx+24:ty+25"
"--clock"
"--timecolor=dfdfdfff"
"--datecolor=dfdfdfff"
@@ -16,12 +14,15 @@ ARGS=(
"--ringwrongcolor=c76484ff"
"--ringcolor=3555d7ff"
"--linecolor=00000000"
"--radius=24"
"--indpos=x+282:h-70"
"--radius=30"
"--indpos=x+200:h-70"
"--timepos=x+90:h-70"
"--datepos=tx:ty+25"
"--statuspos=ix:iy+10"
"--separatorcolor=6484c7ff"
"--keyhlcolor=35d755ff"
"--bshlcolor=d73555ff"
"--veriftext=''" "--wrongtext=''")
"--veriftext=V" "--wrongtext=E")
i3lock "${ARGS[@]}" &
i3lockpid=$!