Skip to content

How to turn off tooltips in taskbar and menu items? #2568

Answered by stefonarch
developer1105 asked this question in Q&A
Discussion options

You must be logged in to vote

The theme I am using now has light tooltips, black letters over yellow background, very distracting for a black theme.

As said, you could edit the theme, copy it to ~/.local/share/lxqt/themes and edit in lxqt-panel.qss the section (mostly at the beginning):

QToolTip {
    border: 1px solid #2b2b29;
    background: #363532;
    padding: 2px;
    margin: 0px;
    color: #f2f1f0;
}

Panel needs reloading after saving.

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@tsujan
Comment options

@Gnomasz
Comment options

@tsujan
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by developer1105
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants