Align part of the element to the right #1610
-
Is it possible to align part of the element with -dmenu to the right. I'm now using a hacky way of doing it which is not perfect and takes a lot of useless calculation for a non monospaced font. Is there a way to do sth like in this pr for combi-menu #1571 Or if I can't do it that way, is there a way to position element-icon to the right? |
Beta Was this translation helpful? Give feedback.
Answered by
DaveDavenport
Apr 2, 2022
Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
ollosh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
element icon is easy to move to the right, change the packing order of the
element-text
andelement-icon
widget in theelement
container in your theme.To align text right you could use the ´tab-stop' support in the latest release. that would work for above image.
See: