Showing icons only on drun #1811
-
I'm trying to make a custom theme for rofi, and I only want to show icons on the |
Beta Was this translation helpful? Give feedback.
Answered by
DaveDavenport
Feb 14, 2023
Replies: 1 comment 3 replies
-
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/) |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
pta2002
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Or use a an environment variable to change the theme (https://davatorium.github.io/rofi/guides/DynamicThemes/dynamic_themes/)