Skip to content

Instantly share code, notes, and snippets.

View alaughlin's full-sized avatar

Adam Laughlin alaughlin

View GitHub Profile
#include <gtk/gtk.h>
/* Login prompt text */
static const char *user_text = "Username";
/* Password prompt text */
static const char *pass_text = "Password";
/* Session name */
static const char *session = "i3";
/* GTK UI CSS */
static const gchar *style =