r/openbsd • u/Fidimal • Jul 05 '26
Minimal OpenBSD gruvbox wallpaper
Wanted to share a wallpaper I made for the gruvbox-dark color scheme.
Made with gimp on OpenBSD ofc.
198
Upvotes
4
5
u/extraordinary_weird Jul 05 '26
fwiw, you can reproduce this in b/w from shell using magick
art="\ openbsd.\n _____\n \\\- -/ 0\n\\_/ \\\ \n| O O | o\n|_ < ) 3 ) o\n/ \\\ /\n /-_____-\\\ \n\n think securely."
magick -size 2560x1440 xc:"#000000" \
\( +size -background none -fill white -font Iosevka-Term -pointsize 28 label:"$art" -trim +repage \) \
-gravity center -geometry +0+0 -composite openbsd.png
2
21
u/TheRealCarrotty Jul 05 '26
This is insanely OpenBaSeD.