Skip to content

Remove the little + at the top right corner #1501

Discussion options

You must be logged in to vote

from the manpage:

   What does the icon in the top right show?
       The indicator shows:

              ` ` Case insensitive and no sorting.
              `-` Case sensitivity enabled, no sorting.
              `+` Case insensitive and Sorting enabled
              `±` Sorting and Case sensitivity enabled"

You can remove this indicator widget in your theme, see rofi-theme manpage.
You can remove it from the children on the input bar:

Add this to the end of your config.rasi:

inputbar {
     children:   [ prompt,textbox-prompt-colon,entry,num-filtered-rows,textbox-num-sep,num-rows ];
}

(it kinda depends on the theme used, but this might work.)

Replies: 1 comment 1 reply

Comment options

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

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