docs: add documentation for launcher and powermenu 'style' argument.

Signed-off-by: Julian POIDEVIN <poidevin.julian@gmail.com>
This commit is contained in:
Julian POIDEVIN 2023-05-19 16:11:08 +02:00
parent 6f8b187a10
commit 09a09db221
No known key found for this signature in database
GPG Key ID: DD01667A697E933F

View File

@ -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
```
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' 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
```
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' 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