Last active
July 15, 2022 20:39
-
-
Save initbar/3107be14e4f341e5224e50943a7adb59 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
convert \ | |
-font "Cascadia-Mono-Regular" \ | |
-background "#fff" \ | |
-fill "#000" \ | |
-pointsize 42 \ | |
-size 800x200 \ | |
-gravity center label:'<title>' \ | |
logo.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment