This commit is contained in:
Jovan Lanik 2022-09-12 14:39:34 +02:00
parent 5b83385d63
commit 3732638763

View file

@ -77,9 +77,6 @@ static void setup_powerbar(struct Window *ctx) {
gtk_widget_show_all(POWERBAR(ctx)->revealer);
}
void g_module_unload(GModule *m) {
}
void on_activation(struct GtkLock *gtklock, int id) {
self_id = id;
config_load(gtklock->config_path, "powerbar", powerbar_entries);