From 2fecf95027cd7290781c8498a0f1299b1e5bd008 Mon Sep 17 00:00:00 2001 From: Lemniskett Date: Thu, 29 Oct 2020 06:12:09 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5ce0fd..f3def3a 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ If you use bash with nerd font you could add a nice little Arch Linux icon in yo ``` to your ```~/.bashrc``` #### Adding enviroment variables -Edit ENV_VAR in ```/etc/archbox.conf```. For example, if you want to use /var/home/lemniskett as home directory, edit it like this : +Edit ENV_VAR in ```/etc/archbox.conf```. For example, if you want to use qt5ct as Qt5 theme, edit it like this : ``` ENV_VAR="QT_QPA_PLATFORMTHEME=qt5ct" ```