I don't use fancy figlets anymore

This commit is contained in:
Daylin Morgan 2024-01-04 12:23:02 -06:00
parent b3b15979ae
commit 163cb4789f
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -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[@]}]}