Remove the little + at the top right corner #1501
Answered
by
DaveDavenport
bonecountysheriff
asked this question in
Theming
-
From the default config, how? |
Beta Was this translation helpful? Give feedback.
Answered by
DaveDavenport
Oct 15, 2021
Replies: 1 comment 1 reply
-
from the manpage:
You can remove this indicator widget in your theme, see rofi-theme manpage. 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.) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bonecountysheriff
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
from the manpage:
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:
(it kinda depends on the theme used, but this might work.)