mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
fix typos in docs
This commit is contained in:
parent
072baa9c02
commit
774ed66159
2 changed files with 6 additions and 6 deletions
|
@ -454,7 +454,7 @@ override xresources).
|
||||||
## Colors
|
## Colors
|
||||||
|
|
||||||
Rofi has an experimental mode for a 'nicer' transparency. The idea is that you can make the
|
Rofi has an experimental mode for a 'nicer' transparency. The idea is that you can make the
|
||||||
background of the window transparent but the text not. This way, in contract to the `-opacity`
|
background of the window transparent but the text not. This way, in contrast to the `-opacity`
|
||||||
option, the text is still fully visible and readable.
|
option, the text is still fully visible and readable.
|
||||||
To use this there are 2 requirements: 1. Your Xserver supports TrueColor, 2. You are running a
|
To use this there are 2 requirements: 1. Your Xserver supports TrueColor, 2. You are running a
|
||||||
composite manager. If this is satisfied you can use the following format for colors:
|
composite manager. If this is satisfied you can use the following format for colors:
|
||||||
|
@ -464,7 +464,7 @@ composite manager. If this is satisfied you can use the following format for col
|
||||||
The first two fields specify the alpha level. This determines how much the background shines through
|
The first two fields specify the alpha level. This determines how much the background shines through
|
||||||
the color (00 everything, FF nothing). E.g. 'argb:00FF0000' gives you a bright red color with the
|
the color (00 everything, FF nothing). E.g. 'argb:00FF0000' gives you a bright red color with the
|
||||||
background shining through. If you want a dark greenish transparent color use: 'argb:dd2c3311'. This
|
background shining through. If you want a dark greenish transparent color use: 'argb:dd2c3311'. This
|
||||||
can be done for any color; it is therefor possible to have solid borders, the selected row solid,
|
can be done for any color; it is therefore possible to have solid borders, the selected row solid,
|
||||||
and the others slightly transparent.
|
and the others slightly transparent.
|
||||||
|
|
||||||
## Keybindings
|
## Keybindings
|
||||||
|
|
|
@ -559,7 +559,7 @@ override xresources).
|
||||||
.SH Colors
|
.SH Colors
|
||||||
.PP
|
.PP
|
||||||
Rofi has an experimental mode for a 'nicer' transparency. The idea is that you can make the
|
Rofi has an experimental mode for a 'nicer' transparency. The idea is that you can make the
|
||||||
background of the window transparent but the text not. This way, in contract to the \fB\fC\-opacity\fR
|
background of the window transparent but the text not. This way, in contrast to the \fB\fC\-opacity\fR
|
||||||
option, the text is still fully visible and readable.
|
option, the text is still fully visible and readable.
|
||||||
To use this there are 2 requirements: 1. Your Xserver supports TrueColor, 2. You are running a
|
To use this there are 2 requirements: 1. Your Xserver supports TrueColor, 2. You are running a
|
||||||
composite manager. If this is satisfied you can use the following format for colors:
|
composite manager. If this is satisfied you can use the following format for colors:
|
||||||
|
@ -569,7 +569,7 @@ composite manager. If this is satisfied you can use the following format for col
|
||||||
The first two fields specify the alpha level. This determines how much the background shines through
|
The first two fields specify the alpha level. This determines how much the background shines through
|
||||||
the color (00 everything, FF nothing). E.g. 'argb:00FF0000' gives you a bright red color with the
|
the color (00 everything, FF nothing). E.g. 'argb:00FF0000' gives you a bright red color with the
|
||||||
background shining through. If you want a dark greenish transparent color use: 'argb:dd2c3311'. This
|
background shining through. If you want a dark greenish transparent color use: 'argb:dd2c3311'. This
|
||||||
can be done for any color; it is therefor possible to have solid borders, the selected row solid,
|
can be done for any color; it is therefore possible to have solid borders, the selected row solid,
|
||||||
and the others slightly transparent.
|
and the others slightly transparent.
|
||||||
.SH Keybindings
|
.SH Keybindings
|
||||||
.PP
|
.PP
|
||||||
|
|
Loading…
Reference in a new issue