wf/aw
Archived
1
2
Fork
You've already forked aw
1
wallpaper setter
This repository has been archived on 2026年05月09日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • C 99.9%
  • Makefile 0.1%
2026年03月09日 21:11:36 +02:00
.gitignore init 2026年02月21日 22:05:11 +02:00
aw.c let compositors know of the pixmap 2026年03月09日 21:11:36 +02:00
LICENSE license under isc 2026年02月22日 11:06:46 +01:00
Makefile let compositors know of the pixmap 2026年03月09日 21:11:36 +02:00
README better die() function 2026年03月01日 21:00:14 +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
todo
----
 - other modes (center, tile, etc)
 - solid color