Skip to content

Instantly share code, notes, and snippets.

View Misko-2083's full-sized avatar

Милош Павловић Misko-2083

View GitHub Profile
@Misko-2083
Misko-2083 / desktop-icons-applet.c
Last active April 23, 2021 13:17
popover attempt as a xfce4-panel applet
/*
* Copyright © 2021 misko_2083
*
* Distributed under terms of the GPL2 license.
*
* compile
* gcc -Wall -s -shared -fPIC -g desktop-icons-applet.c -o libdicons.so $(pkg-config --libs --cflags gtk+-3.0 libxfce4panel-2.0 libxfconf-0)
* move to libdir (debian 64bit)
* mv libdicons.so /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/libdicons.so
*/