Update README.md
This commit is contained in:
parent
b89f5fc95c
commit
02b66b05d1
@ -43,7 +43,7 @@ Instead of opening terminal everytime you want to run application inside chroot,
|
|||||||
archbox rofi <rofi options>
|
archbox rofi <rofi options>
|
||||||
```
|
```
|
||||||
#### Prompt
|
#### Prompt
|
||||||
If you use bash with nerd font you could add a nice little Arch Linux icon in your prompt, add "
|
If you use bash with nerd font you could add a nice little Arch Linux icon in your prompt, add :
|
||||||
```
|
```
|
||||||
[[ -e /etc/arch-release ]] && export PS1=" $PS1"
|
[[ -e /etc/arch-release ]] && export PS1=" $PS1"
|
||||||
```
|
```
|
||||||
@ -53,3 +53,7 @@ Edit ENV_VAR in ```/etc/archbox.conf```. For example, if you want to use qt5ct a
|
|||||||
```
|
```
|
||||||
ENV_VAR="QT_QPA_PLATFORMTHEME=qt5ct"
|
ENV_VAR="QT_QPA_PLATFORMTHEME=qt5ct"
|
||||||
```
|
```
|
||||||
|
An example with multiple enviroment variables.
|
||||||
|
```
|
||||||
|
ENV_VAR="QT_QPA_PLATFORMTHEME=qt5ct GTK_CSD=0 LD_PRELOAD=/var/home/lemniskett/git_repo/gtk3-nocsd/libgtk3-nocsd.so.0"
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user