; ; Copyright (c) 2016-2024, Jani Salonen ; All rights reserved. ; ; @WIDGET_USE_BOUNDING_BOXES no ; window "1" { set "0" { widget "background" { name "background" state enable color "rgb:#000000" } widget "block" { name "launcher" state enable position x = 0, y = 0 size width = 200, height = 40 color "rgba:#ffffddff" border color = rgba:#5aa6bbff, thickness = 2 ; This empty callback is needed for menu to pop up action buttonpress = cb_button_press } widget "label" { name "label" state enable position x = 100, y = 4 label "MMB to start", \ charset = UTF-8, size = 12, \ color = rgb:#441111, \ justification = center } } }