How to remove this outline from the list items? #2025
Answered
by
DaveDavenport
FrostKing104
asked this question in
Theming
-
I can't figure out how to get rid of these borders on list items. I've changed everything I would think would effect it, but I'm missing something obvious. Thanks. and here's my config:
|
Beta Was this translation helpful? Give feedback.
Answered by
DaveDavenport
Sep 1, 2024
Replies: 1 comment 1 reply
-
you are extending the default theme. do You might want to make this your main theme. Two ways to do it, move your theme into a separate file (mytheme.rasi) and use
in your config to load it. or the dirty way, load an empty theme first..
before your theme entries, after the configuration block. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
FrostKing104
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you are extending the default theme. do
rofi -dump-theme
to see the complete theme.You might want to make this your main theme.
Two ways to do it, move your theme into a separate file (mytheme.rasi) and use
in your config to load it.
or the dirty way, load an empty theme first..
before your theme entries, after the configuration block.