Set Line Number and Line Padding #1859
-
Earlier i had the following two lines in
It does not seem to be working after updating to Version: 1.7.5 I think the old ways have changed. How can I set this in the new config file. |
Beta Was this translation helpful? Give feedback.
Answered by
DaveDavenport
Jun 24, 2023
Replies: 1 comment
-
See https://davatorium.github.io/rofi/1.7.5/rofi-theme.5/ For padding on the line: element {
padding: 5px;
} For spacing between lines: listview {
spacing: 5px;
lines: 40;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
blueray453
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://davatorium.github.io/rofi/1.7.5/rofi-theme.5/
For padding on the line:
For spacing between lines: