mirror of
https://github.com/adi1090x/rofi.git
synced 2024-11-22 14:18:21 -05:00
docs: add documentation for launcher and powermenu 'style' argument.
Signed-off-by: Julian POIDEVIN <poidevin.julian@gmail.com>
This commit is contained in:
parent
6f8b187a10
commit
09a09db221
26
README.md
26
README.md
@ -116,10 +116,15 @@ $ ./setup.sh
|
|||||||
|
|
||||||
## Launchers
|
## Launchers
|
||||||
|
|
||||||
**`Change Style` :** Edit `~/.config/rofi/launchers/type-X/launcher.sh` script and edit the following line to use the style you like.
|
**`Change Style` :** You have two options to change the launcher style
|
||||||
```
|
|
||||||
theme='style-1'
|
1. Either edit the `~/.config/rofi/launchers/type-X/launcher.sh` script and edit the following line to use the style you like.
|
||||||
```
|
|
||||||
|
theme='style-1'
|
||||||
|
|
||||||
|
2. Or pass "`style-X`" *(with `X` being the style number)* to the `launcher.sh` script. When using no argument, `style-1` will be used as default.
|
||||||
|
|
||||||
|
~/.config/rofi/launchers/type-X/launcher.sh style-X
|
||||||
|
|
||||||
**`Change Colors` :** Edit `~/.config/rofi/launchers/type-X/shared/colors.rasi` file and edit the following line to use the color-scheme you like.
|
**`Change Colors` :** Edit `~/.config/rofi/launchers/type-X/shared/colors.rasi` file and edit the following line to use the color-scheme you like.
|
||||||
```css
|
```css
|
||||||
@ -364,10 +369,15 @@ style='style-1.rasi'
|
|||||||
|
|
||||||
## Powermenus
|
## Powermenus
|
||||||
|
|
||||||
**`Change Style` :** Edit `~/.config/rofi/powermenu/type-X/powermenu.sh` script and edit the following line to use the style you like.
|
**`Change Style` :** You have two options to change the powermenu style
|
||||||
```
|
|
||||||
theme='style-1'
|
1. Either edit the `~/.config/rofi/powermenu/type-X/powermenu.sh` script and edit the following line to use the style you like.
|
||||||
```
|
|
||||||
|
theme='style-1'
|
||||||
|
|
||||||
|
2. Or pass "`style-X`" *(with `X` being the style number)* to the `powermenu.sh` script. When using no argument, `style-1` will be used as default.
|
||||||
|
|
||||||
|
~/.config/rofi/powermenu/type-X/powermenu.sh style-X
|
||||||
|
|
||||||
**`Change Colors` :** Edit `~/.config/rofi/powermenu/type-X/shared/colors.rasi` file and edit the following line to use the color-scheme you like.
|
**`Change Colors` :** Edit `~/.config/rofi/powermenu/type-X/shared/colors.rasi` file and edit the following line to use the color-scheme you like.
|
||||||
```css
|
```css
|
||||||
|
Loading…
Reference in New Issue
Block a user