roundabout,
created on Sunday, 14 September 2025, 09:21:33 (1757841693),
received on Sunday, 14 September 2025, 09:21:46 (1757841706)
Author identity: Vlad <vlad.muntoiu@gmail.com>
ff5a7ea41b88b98f45c08b80f23956a79ecf6485
main.py
@@ -78,6 +78,8 @@ import panorama_panel
import asyncio asyncio.set_event_loop_policy(GLibEventLoopPolicy()) module_directory = Path(__file__).resolve().parent custom_css = """ .panel-flash { animation: flash 333ms ease-in-out 0s 2;
@@ -105,7 +107,7 @@ Gtk.StyleContext.add_provider_for_display(
) @Gtk.Template(filename="panel-configurator.ui")@Gtk.Template(filename=str(module_directory / "panel-configurator.ui"))class PanelConfigurator(Gtk.Frame): __gtype_name__ = "PanelConfigurator"
@@ -204,7 +206,7 @@ PANEL_POSITIONS_HUMAN = {
} @Gtk.Template(filename="panel-manager.ui")@Gtk.Template(filename=str(module_directory / "panel-manager.ui"))class PanelManager(Gtk.Window): __gtype_name__ = "PanelManager"