Skip to content

Showing icons only on drun #1811

Answered by DaveDavenport
pta2002 asked this question in Theming
Feb 14, 2023 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

No, themes are separate from modes.

You don't need to duplicate the theme, you can use an import to load theme and then override the settings.

@import "my-fancy-theme-with-icons"

element {
   children: [ element-text ];
}

Or use a an environment variable to change the theme (https://davatorium.github.io/rofi/guides/DynamicThemes/dynamic_themes/)

Replies: 1 comment 3 replies

Comment options

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

@DaveDavenport
Comment options

@DaveDavenport
Comment options

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