Skip to content

Commit

Permalink
font-argv: initial
Browse files Browse the repository at this point in the history
  • Loading branch information
trapd00r committed Feb 4, 2024
1 parent b9ed41b commit 8eba461
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions font-argv
@@ -0,0 +1,9 @@
#!/bin/sh

font=$1

printf "\033]710;%s\007" "$font:antialias=none:hinting=none"
printf "\033]711;%s\007" "$font:antialias=none:hinting=none"
printf "\033]712;%s\007" "$font:antialias=none:hinting=none"
printf "\033]713;%s\007" "$font:antialias=none:hinting=none"

0 comments on commit 8eba461

Please sign in to comment.