sent-tools

A small toolkit of shell scripts for compiling suckless sent slideshows.
git clone https://scm.kuandu.systems/git-raw/sent-tools.git
Log | Files | Refs | README

config.example (178B)


      1 compile_sentspec_args() {
      2   # Each line becomes one argument, so spaces are preserved!
      3   printf '%s\n' \
      4     -b black \
      5     -f '#00ff00' \
      6     -F 'Comic-Neue-Regular' \
      7     -v
      8 }