[BUG] Using a separate theme file gives different look #1749
Answered
by
DaveDavenport
budimanjojo
asked this question in
Theming
Replies: 3 comments 3 replies
-
This is intended behaviour, see the rofi-theme manpage. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The rasi file format offers two methods of including other files. This can be used to modify
existing themes, or have multiple variations on a theme.
• import: Import and parse a second file.
• theme: **Discard theme**, and load file as a fresh theme.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
budimanjojo
-
Ah okay. Can I see the code of the default theme? I'm using |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Rofi version (rofi -v)
Version: 1.7.5
Configuration
https://gist.github.com/budimanjojo/3b68219e3a82e02f3692ec647f20c9e7
Theme
https://gist.github.com/budimanjojo/0ef36ee70676430b98b382149740cb45
Timing report
No response
Launch command
rofi -show drun
Step to reproduce
If I use the full configuration and style in a single file (
~/.config/rofi/config.rasi
), it looks just like I want it to be.If I separate the file like this:
~/.config/rofi/config.rasi
~/.local/share/rofi/style.rasi
Expected behavior
It should look the same which is like this:
Actual behavior
The one with separated
style
file looks like this:Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions