roundabout,
created on Saturday, 20 September 2025, 19:21:34 (1758396094),
received on Saturday, 20 September 2025, 19:21:39 (1758396099)
Author identity: Vlad <vlad.muntoiu@gmail.com>
b42f66b46131417f9c18ea0239f5d6e3448b6a12
config.yaml
@@ -1,6 +1,6 @@
panels: - position: top monitor: 0monitor: eDP-1size: 40 autohide: false hide_time: 300
@@ -47,17 +47,22 @@ panels:
icon: applications-other trigger_name: app-menu icon_name: start-here-symbolic icon_size: 24centre: - NotifierApplet: {}- NotifierApplet: icon_size: 24right: - Volume: percentage_reveal: 1000 popdown_after_manual: 2000 percentage_animation_time: 250 icon_size: 24 scroll_direction: 1 volume_step: 0.05- ClockApplet: formatting: '%T, %a %-d %b %Y' - position: bottom monitor: 0monitor: eDP-1size: 40 autohide: false hide_time: 300
main.py
@@ -937,7 +937,7 @@ class PanoramaPanel(Gtk.Application):
for panel in self.panels: panel_data = { "position": PANEL_POSITIONS_REVERSE[panel.position], "monitor": panel.monitor_index,"monitor": panel.monitor_name,"size": panel.size, "autohide": panel.autohide, "hide_time": panel.hide_time,