mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[rofi-theme] fix typo
This commit is contained in:
parent
ad06fb9516
commit
a7aa8224cb
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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/`
|
||||
|
|
Loading…
Reference in a new issue