dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

fbterm_bi (134B)


      1 #!/bin/sh
      2 tput civis
      3 "${_greetd_fbv:-fbv}" -ciukery "$1"
      4 shift
      5 export FBTERM_BACKGROUND_IMAGE=1
      6 exec "${_greetd_fbterm:-fbterm}" "$@"