https://github.com/anathonous/openbsd-xenodm-themes/
made/modified an openbsd xenodm theme.
https://github.com/anathonous/openbsd-xenodm-themes/
made/modified an openbsd xenodm theme.
Today's reboot reminded me of something to look forward to for these winter months, thanks to a gift I left myself in my #OpenBSD workstation's #X11 #xenodm `~/.xsession`:
```
# a little snow never hurt anyone, but let's only enjoy it in the winter months
case "$(date +%m)" in
11|12|01|02) xsnow -notrees -nosanta & ;;
esac
```
(Sadly, the #xsnow port & packages were sent to "the attic" long ago, but it still builds and functions normally.)
@daneharrigan That said, now that I've thought to try #OpenBSD #xenodm's default light & dark grey colors with the 'gray' pattern, I really like the effect:
`xsetroot -fg \#6f6f6f -bg \#bfbfbf -bitmap /usr/X11R6/include/X11/bitmaps/gray`