mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
18 lines
394 B
Markdown
18 lines
394 B
Markdown
|
# Convert old themes to the new format
|
||
|
|
||
|
**Rofi** 1.4 can still read in and convert the old theme format. To read the old format, convert it, and dump it into a
|
||
|
new file run:
|
||
|
|
||
|
```bash
|
||
|
rofi -config {old theme} -dump-theme > new_theme.rasi
|
||
|
```
|
||
|
|
||
|
This gives a very basic theme, with the colors from the old theme.
|
||
|
You can preview the theme using:
|
||
|
|
||
|
```bash
|
||
|
rofi -theme new_theme.rasi -show run
|
||
|
```
|
||
|
|
||
|
|