Skip to content

Screenshot: design experiment#108

Draft
danirabbit wants to merge 1 commit intomainfrom
danirabbit/screenshot-designexperiments
Draft

Screenshot: design experiment#108
danirabbit wants to merge 1 commit intomainfrom
danirabbit/screenshot-designexperiments

Conversation

@danirabbit
Copy link
Member

@danirabbit danirabbit commented Aug 9, 2024

Screenshot from 2024-08-09 10 05 29

More of a fun design experiment than a serious proposal at this point

Todo:

  • Need to add labels to each item to fix Label the selection modes #106
  • Toggle button states aren't clear. Need slashy icons probably
  • Better icons in general
  • Pack the correct window controls based on window button position setting
  • Can we add units to the spinbutton like "3s"?
  • Making the window/screen/area selection a popover would save us some space here if we're really trying to be compact

Need more comprehensive flat spinbutton style but here's the CSS from the screenshot:

spinbutton,
spinbutton button {
background: none;
border: none;
box-shadow: none;
padding: 0;
border-spacing: 3px;
}

spinbutton button {
    background: alpha(@text_color, 0.1);
    border-radius: 3px;
    padding: 3px;
}

spinbutton button:disabled {
    background: alpha(@text_color, 0.05);
}

@leolost2605
Copy link
Member

Hey just an idea that crossed my mind haven't given it any consideration though yet but what about moving the screen, window and area buttons to the right and making them actual buttons that take the screenshot, instead of having an extra button for that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In progress

Development

Successfully merging this pull request may close these issues.

Label the selection modes

2 participants