Update README.md

This commit is contained in:
Lemniskett 2020-10-30 00:29:44 +07:00 committed by GitHub
parent b89f5fc95c
commit 02b66b05d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ Instead of opening terminal everytime you want to run application inside chroot,
archbox rofi <rofi options>
```
#### 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"
```
@ -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"
```
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"
```