Skip to content

Commit

Permalink
docs: add documentation for launcher and powermenu 'style' argument.
Browse files Browse the repository at this point in the history
Signed-off-by: Julian POIDEVIN <[email protected]>
  • Loading branch information
julian-poidevin committed May 19, 2023
1 parent 6f8b187 commit 3e0407b
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,15 @@ $ ./setup.sh

## Launchers

**`Change Style` :** Edit `~/.config/rofi/launchers/type-X/launcher.sh` script and edit the following line to use the style you like.
```
theme='style-1'
```
**`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'

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.
```css
Expand Down Expand Up @@ -364,10 +369,15 @@ style='style-1.rasi'

## Powermenus

**`Change Style` :** Edit `~/.config/rofi/powermenu/type-X/powermenu.sh` script and edit the following line to use the style you like.
```
theme='style-1'
```
**`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'

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/powermenu/type-X/launcher.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.
```css
Expand Down

0 comments on commit 3e0407b

Please sign in to comment.