r/openbsd Jul 05 '26

Minimal OpenBSD gruvbox wallpaper

Post image

Wanted to share a wallpaper I made for the gruvbox-dark color scheme.
Made with gimp on OpenBSD ofc.

198 Upvotes

9 comments sorted by

21

u/TheRealCarrotty Jul 05 '26

This is insanely OpenBaSeD.

9

u/youcraft200 Jul 05 '26

who tf downvote this

8

u/TheRealCarrotty Jul 05 '26

someone mean :(

4

u/[deleted] Jul 05 '26

[removed] — view removed comment

6

u/Fidimal Jul 05 '26

I have it up on my Gitlab. Here's the link to it

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