-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Another Feature Request: Buttons in the left or the right. #77
Comments
I'd just like to move my mock up in #76 (comment) over here:
|
Hey I just wanted to clarify that, after having worked a bit on #78, I think that it might be easier & better to implement something like more like what was discussed over at #75 (comment). This kind of change would actually do the same thing as my mock up - that is, produce a structure that allows us to make this change by just swapping the orientations of a few boxes. Here's a more in-depth view of what the model view change would look like, with annotations of box orientation:
This was actually tried in commit 8405e75, but I kinda had to abandon it cause I ran into a weird bug where the buttons wouldn't show up at all. I suppose as a part of this, I'd be able to really debug that now. Here's a preview of what this change might make things look like:
I didn't really do a great job w/ alignment and padding in this image, but this is what the structure would be. I think this is better for 2 reasons:
|
I told about this in my last feature request (sorry for lots of these, I've been coming up with some ideas) because it was somewhat related, but I was told to open a new issue.
I'd like to request another thing that's fairly related (It includes the location of buttons). Putting the icons to the left or the right of the notification just like in macOS.
If you add this, in my opinion, it should be changeable in the deadd.conf file. Allowing for something like
button-location: [right, left, default, none]
in the config file would also allow for fully disabling these buttons. (Default being the way it is right now, or if #76 gets accepted, the way that was configured in the gtk.css)This would also allow for much smaller notifications when image size is lowered, just like the image from macOS.
The text was updated successfully, but these errors were encountered: