mmstick

joined 1 year ago
MODERATOR OF
[–] mmstick 2 points 2 weeks ago

I don't think anyone has done this yet.

[–] mmstick 2 points 3 weeks ago* (last edited 3 weeks 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()
[–] mmstick 2 points 1 month 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.

[–] mmstick 1 points 1 month ago (3 children)

That's very strange. Did you update today?

[–] mmstick 1 points 1 month ago
[–] mmstick 1 points 1 month ago (1 children)

What report are you referring to?

26
submitted 1 month ago by mmstick to c/pop_os
11
submitted 1 month ago by mmstick to c/pop_os
[–] mmstick 4 points 1 month 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.

[–] mmstick 2 points 1 month ago* (last edited 1 month 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.

[–] mmstick 2 points 1 month ago* (last edited 1 month ago) (1 children)

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

[–] mmstick 5 points 1 month ago (4 children)

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

[–] mmstick 7 points 1 month ago* (last edited 1 month ago) (6 children)

I'd recommend everyone to try out cosmic-store (with cosmic-icons) when they get a chance. Whether you use COSMIC or not, it's fully functional with any desktop environment. It's packaged by default in Pop!_OS 22.04, available in Fedora 40 via ryanabx/cosmic-epoch, and the AUR.

25
submitted 3 months ago by mmstick to c/pop_os
 
159
COSMUnity (lemmy.world)
submitted 3 months ago by mmstick to c/[email protected]
 

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.

53
COSMUnity (lemmy.world)
submitted 3 months ago by mmstick to c/pop_os
 
view more: next ›