Skip to content

Use global CSS files

Adrien Plazas requested to merge adrien.plazas/libhandy:css-init into master

Move custom styles to global CSS files, and automatically load them at the start of the main loop. This is done by adding an idle source on the main loop when libhandy is automatically constructed. This should theoretically be called after gtk_init() but before any window is presented, hence causing no issue.

@exalm, @guido.gunther, what do you think?

Fixes #196 (closed).

Edited by Adrien Plazas

Merge request reports