mmstick

joined 1 year ago
MODERATOR OF
[–] [email protected] 1 points 1 month ago

They'll be available after COSMIC releases.

[–] [email protected] 2 points 2 months ago

I don't think anyone has done this yet.

[–] [email protected] 3 points 2 months ago* (last edited 2 months ago)

You can either return cosmic::Element<Message>, impl Into<cosmic::Element<Message>>, or cosmic::widget::Button<Message> with your functions.

Every widget can .into() or .apply(Element::from) into a cosmic::Element.

I'd recommend using the Grid widget so that your buttons can scale with the window.

cosmic::widget::grid()
    .push(widget1())
    .push(widget2())
    .push(widget3())
    .insert_row()
    .push(widget4())
    .push(widget5())
    .push(widget6())
    .row_spacing(12)
    .column_spacing(12)
    .justify_content(JustifyContent::Stretch)
    .width(Length::Fill)
    .height(Length::Fill)
    .into()
[–] [email protected] 2 points 3 months ago (1 children)

This may be fixed now, but at the same time, I'd wait a day before updating cosmic-comp because xwayland's currently broken while we need to update xwayland to the latest version for explicit sync support.

[–] [email protected] 1 points 3 months ago (3 children)

That's very strange. Did you update today?

[–] [email protected] 1 points 3 months ago
[–] [email protected] 0 points 3 months ago (1 children)

What report are you referring to?

[–] [email protected] 5 points 3 months ago

The design is finished for Alpha 1, but there is likely to be future design work once designs are revisited for alpha 2 or the beta.

[–] [email protected] 0 points 3 months ago* (last edited 3 months ago) (3 children)

What GPU configuration do you have? I don't have any of these issues. If NVIDIA, you have to wait for NVIDIA to release explicit sync Wayland drivers.

[–] [email protected] 2 points 3 months ago* (last edited 3 months ago) (1 children)

I've seen plenty of people using GTK themes with rectangular switches.

[–] [email protected] 6 points 3 months ago (4 children)

That's up to you. If you need it, you can always reinstall it.

 
159
COSMUnity (lemmy.world)
 

It will be possible to configure COSMIC to look like Unity out of the box. There's only a few panel applets that need to be implemented to make the experience 1:1.

52
COSMUnity (lemmy.world)
 
view more: next ›