Skip to content

Instantly share code, notes, and snippets.

View vaguinerg's full-sized avatar
🎯
Focusing

Vaguiner Gonzalez dos Santos vaguinerg

🎯
Focusing
View GitHub Profile
@AlecsFerra
AlecsFerra / animated_wallpaper.c
Last active August 28, 2025 18:18
POC for simple animated wallpapers in Xorg
#define _POSIX_C_SOURCE 199309L
//#define DEBUG
#include <Imlib2.h>
#include <X11/Xatom.h>
#include <X11/Xlib.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>