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

@@ -12,7 +12,7 @@ show_program_path=1
highlight_base_name=0 highlight_base_name=0
highlight_megabytes=1 highlight_megabytes=1
highlight_threads=1 highlight_threads=1
tree_view=0 tree_view=1
header_margin=1 header_margin=1
detailed_cpu_time=0 detailed_cpu_time=0
cpu_count_from_zero=0 cpu_count_from_zero=0

View File

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

View File

@@ -34,6 +34,7 @@ do
makepkg -sri makepkg -sri
cd .. cd ..
rm -r trizen* rm -r trizen*
sudo firecfg
fi fi
# Install packages from the AUR # Install packages from the AUR