Skip to content

config examples for popup layout widgets #365

Answered by elParaguayo
nizaralheet asked this question in Q&A
Discussion options

You must be logged in to vote

The PulseVolumeExtra widget has a parameter called popup_layout.

By default, this is set to:

PopupRelativeLayout(
    width=200,
    height=50,
    controls=[
        PopupText(
            text="Volume:",
            name="text",
            pos_x=0.1,
            pos_y=0.1,
            height=0.2,
            width=0.8,
            v_align="middle",
            h_align="center",
        ),
        PopupSlider(
            name="volume",
            pos_x=0.1,
            pos_y=0.3,
            width=0.8,
            height=0.8,
            colour_below="00ffff",
            bar_border_size=2,
            bar_border_margin=1,
            bar_size=6,
            marker_size=0,
            e…

Replies: 3 comments 13 replies

Comment options

You must be logged in to vote
1 reply
@nizaralheet
Comment options

Comment options

You must be logged in to vote
6 replies
@nizaralheet
Comment options

@elParaguayo
Comment options

@elParaguayo
Comment options

@nizaralheet
Comment options

@elParaguayo
Comment options

Answer selected by nizaralheet
Comment options

You must be logged in to vote
6 replies
@elParaguayo
Comment options

@nizaralheet
Comment options

@elParaguayo
Comment options

@nizaralheet
Comment options

@elParaguayo
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants