From 163cb4789f24237a8bcca9288e655138ea6f8f23 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Thu, 4 Jan 2024 12:23:02 -0600 Subject: [PATCH] I don't use fancy figlets anymore --- home/private_bin/executable_lock | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/home/private_bin/executable_lock b/home/private_bin/executable_lock index f97cab4..94e88d6 100644 --- a/home/private_bin/executable_lock +++ b/home/private_bin/executable_lock @@ -1,8 +1,4 @@ #!/usr/bin/env bash -if ! [[ -f /usr/bin/i3lock ]]; then - notify-send "no i3lock...install i3lock-color" - exit -fi # colors bg_color=1e1e2ebb @@ -17,23 +13,18 @@ font="MonoLisa Nerd Font:style=Bold" greeter_msg="LOCKED" ff=( - "Sub-Zero" - "3D-ASCII" "big" "small" "lean" - "JS Bracket Letters" - "Epic" - "Fender" - "Slant" + "epic" + "fender" + "slant" "lineblocks" - "Marquee" - "Avatar" - "Contrast" + "marquee" + "avatar" + "contrast" "amcrazor" - "Kban" - "Calvin S" - "Dr Pepper" + "kban" ) fig_font=${ff[RANDOM % ${#ff[@]}]}