1
0
Fork
You've already forked aw
0
forked from wf/aw
a wallpaper setter
  • C 99.9%
  • Makefile 0.1%
2026年02月22日 07:10:42 +01:00
.gitignore init 2026年02月21日 22:05:11 +02:00
aw.c init 2026年02月21日 22:05:11 +02:00
Makefile more commands in makefile! 2026年02月22日 07:10:42 +01:00
README init 2026年02月21日 22:05:11 +02:00
stb_image.h init 2026年02月21日 22:05:11 +02:00

aw
==
[a w]allpaper setter utility that doesn't utilise any external libraries other
than libX11 and stb_image. its behavior is very simple, it takes in a filename
as its only argument, loads it and paints the image on the root window. it
doesn't do any image manipulations, that part is left for the user to accomplish.
dependencies
------------
 - libX11 and friends
 - stb_image.h, included in the repo