mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05:00
[Doc] Fix example.
This commit is contained in:
parent
5a64a1783b
commit
820b19e09a
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ configuration {
|
||||||
example modifying the background color of the entry box.
|
example modifying the background color of the entry box.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
echo -en "\0theme\x1felement-text { background-color: "$@";}\n"
|
echo -en "\0theme\x1felement-text { background-color: red;}\n"
|
||||||
```
|
```
|
||||||
|
|
||||||
* User scripts (for script mode) into `$XDG_CONFIG_HOME/rofi/scripts` directory
|
* User scripts (for script mode) into `$XDG_CONFIG_HOME/rofi/scripts` directory
|
||||||
|
|
Loading…
Reference in a new issue