add version info

This commit is contained in:
Jovan Lanik 2022-09-08 21:03:32 +02:00
parent 066acee035
commit 441a3ce047

View file

@ -17,6 +17,8 @@ struct powerbar {
GtkWidget *poweroff_button;
};
const gchar module_version[] = "v1.3.5";
static int self_id;
static gboolean show_labels = FALSE;