Skip to content

How to remove this outline from the list items? #2025

Discussion options

You must be logged in to vote

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

@theme "mytheme"

in your config to load it.

or the dirty way, load an empty theme first..

@theme "/dev/null"

before your theme entries, after the configuration block.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@FrostKing104
Comment options

Answer selected by FrostKing104
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants