Skip to content

Commit

Permalink
[rofi-theme] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDavenport committed Aug 15, 2023
1 parent ad06fb9 commit a7aa822
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/rofi-theme.5
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions doc/rofi-theme.5.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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/`
Expand Down

0 comments on commit a7aa822

Please sign in to comment.