[rofi-theme] fix typo

This commit is contained in:
Dave Davenport 2023-08-15 19:16:26 +02:00
parent ad06fb9516
commit a7aa8224cb
2 changed files with 4 additions and 4 deletions

View File

@ -2408,9 +2408,9 @@ If a filename is provided, it will try to resolve it in the following order:
.RS
.IP \(bu 2
If path is absolute and file exists, it will pick open the file. This includes expansion of '~' or '~user'
If path is absolute and file exists, it will open the file. This includes expansion of '~' or '~user'
.IP \(bu 2
On an \fB\fC@import\fR or \fB\fC@theme\fR it looks in the directory of the file that tried to import it.
On an \fB\fC@import\fR or \fB\fC@theme\fR it looks in the directory of the file that tried to include it.
.IP \(bu 2
\fB\fC${XDG_CONFIG_HOME}/rofi/themes/\fR
.IP \(bu 2

View File

@ -1626,8 +1626,8 @@ The specified file can either by *name*, *filename*,*full path*.
If a filename is provided, it will try to resolve it in the following order:
- If path is absolute and file exists, it will pick open the file. This includes expansion of '~' or '~user'
- On an `@import` or `@theme` it looks in the directory of the file that tried to import it.
- If path is absolute and file exists, it will open the file. This includes expansion of '~' or '~user'
- On an `@import` or `@theme` it looks in the directory of the file that tried to include it.
- `${XDG_CONFIG_HOME}/rofi/themes/`
- `${XDG_CONFIG_HOME}/rofi/`
- `${XDG_DATA_HOME}/rofi/themes/`