Porting pre-1.4.0 themes to 1.7.0 #1400
-
The very old theme format (that was deprecated in 1.4.0 with the introduction of the new theming engine.). There was some 'hackish' conversion code in old rofi versions, that now has been removed as it became to difficult to maintain. The old format used: To convert this will take a bit more effort. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
If you still use this very old setup and have not upgraded yet, use the following procedure to upgrade. You need to run 1.6.1 or older to be able to parse the old format. First copy the old configuration to the new format: rofi -dump-config > newconfig.rasi Append the old theme: rofi -dump-theme >> newconfig.rasi You can test this using: rofi -config newconfig.rasi -show run This might not be a perfect conversion. (see other topics in this discussion form). Then you can copy the config into |
Beta Was this translation helpful? Give feedback.
-
color-window, color-normal and hide-scrollbar does not exist. |
Beta Was this translation helpful? Give feedback.
-
I had luck using an old theme generator at https://comfoxx.github.io/rofi-old-generator/p11-Generator.html, where you can enter the colors from your
Edit: Also there's a bug with |
Beta Was this translation helpful? Give feedback.
If you still use this very old setup and have not upgraded yet, use the following procedure to upgrade.
You need to run 1.6.1 or older to be able to parse the old format.
First copy the old configuration to the new format:
rofi -dump-config > newconfig.rasi
Append the old theme:
rofi -dump-theme >> newconfig.rasi
You can test this using:
This might not be a perfect conversion. (see other topics in this discussion form).
Then you can copy the config into
~/.config/rofi/config.rasi
and upgrade rofi.