nsbin/set-font

5 lines
92 B
Bash
Executable File

#!/bin/sh
#printf '\33]50;%s\007' "xft:Source Code Pro-10"
printf '\33]50;%s\007' "xft:$1"