wallust

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit c93b030f9963b11f331b881083210aa59a035218
parent 5a613815216475c52f479fca530a90d93781e8bc
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Fri, 10 May 2024 23:26:06 -0400

convert_from_wal.sh: add TODOs and comments

Diffstat:
Mconvert_from_wal.sh | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/convert_from_wal.sh b/convert_from_wal.sh @@ -1,4 +1,9 @@ #!/bin/sh +# for replacing curly braces in pywal templates to convert them to wallust 'new_engine' templates +# TODO: +# - find way to convert double brace escapes, if they worked in pywal +# - find way to replace pywal template values + rpl () { sed -i $1 $2 }