flattening and cleaning up various configurations and executables

This commit is contained in:
2022-08-22 16:40:57 -06:00
parent e0594ebfb7
commit 26571b5dfc
32 changed files with 189 additions and 85 deletions

View File

@ -1,5 +1,9 @@
#!/bin/zsh
# requires i3lock-color
which i3lock >/dev/null 2>&1 || {
notify-send 'i3lock-color' 'could not find installation of i3lock'
}
# note: requires i3lock-color
INSIDE_VER='001020'
RING_VER='004040'
@ -26,4 +30,5 @@ i3lock \
--line-color=$LINE \
--time-color=$TIME --date-color=$DATE \
--keyhl-color=$KEYDOWN --bshl-color=$KEYREMOVE \
|| notify-send 'i3lock-color' 'something went wrong; unable to lock' \
;