Align mode name and command/action name #1946
-
hi, i'm using glue_pro_blue theme and i wanna ask if it's possible to align mode name and name of command/action because as you can see here: https://ctrlv.link/ViXF name after "window" mode has much bigger padding after "window" than after "drun" |
Beta Was this translation helpful? Give feedback.
Answered by
DaveDavenport
Feb 27, 2024
Replies: 1 comment
-
it looks like your workspace names are empty. rofi -window-format '{c} {t}' -show combi to align after the mode name, use a tab? rofi -window-format '{c} {t}' -show combi -combi-display-format '{mode} {text}' |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Internetak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it looks like your workspace names are empty.
Try removing them from -window-format
rofi -window-format '{c} {t}' -show combi
to align after the mode name, use a tab?