Skip to content

Instantly share code, notes, and snippets.

View VaguinerG's full-sized avatar
🎯
Focusing

Vaguiner Gonzalez VaguinerG

🎯
Focusing
View GitHub Profile
@AlecsFerra
AlecsFerra / animated_wallpaper.c
Last active March 27, 2025 19:51
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>