I don't use fancy figlets anymore
This commit is contained in:
parent
b3b15979ae
commit
163cb4789f
1 changed files with 7 additions and 16 deletions
|
@ -1,8 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
if ! [[ -f /usr/bin/i3lock ]]; then
|
|
||||||
notify-send "no i3lock...install i3lock-color"
|
|
||||||
exit
|
|
||||||
fi
|
|
||||||
|
|
||||||
# colors
|
# colors
|
||||||
bg_color=1e1e2ebb
|
bg_color=1e1e2ebb
|
||||||
|
@ -17,23 +13,18 @@ font="MonoLisa Nerd Font:style=Bold"
|
||||||
greeter_msg="LOCKED"
|
greeter_msg="LOCKED"
|
||||||
|
|
||||||
ff=(
|
ff=(
|
||||||
"Sub-Zero"
|
|
||||||
"3D-ASCII"
|
|
||||||
"big"
|
"big"
|
||||||
"small"
|
"small"
|
||||||
"lean"
|
"lean"
|
||||||
"JS Bracket Letters"
|
"epic"
|
||||||
"Epic"
|
"fender"
|
||||||
"Fender"
|
"slant"
|
||||||
"Slant"
|
|
||||||
"lineblocks"
|
"lineblocks"
|
||||||
"Marquee"
|
"marquee"
|
||||||
"Avatar"
|
"avatar"
|
||||||
"Contrast"
|
"contrast"
|
||||||
"amcrazor"
|
"amcrazor"
|
||||||
"Kban"
|
"kban"
|
||||||
"Calvin S"
|
|
||||||
"Dr Pepper"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
fig_font=${ff[RANDOM % ${#ff[@]}]}
|
fig_font=${ff[RANDOM % ${#ff[@]}]}
|
||||||
|
|
Loading…
Reference in a new issue