Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inform newcommers about SCRIPT_DIR env #421

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/README.adoc
Expand Up @@ -71,6 +71,7 @@ In your i3 configuration file, define {progname} as the link:https://i3wm.org/do
----
bar {
status_command i3blocks
# status_command SCRIPT_DIR=/path/to/clonned/dir i3blocks
}
----

Expand All @@ -85,6 +86,8 @@ cd !$
cp config.example config
----

IMPORTANT: Do change your status_command with `SCRIPT_DIR=/path/to/clonned/dir` prefix to i3blocks. See example config and note https://github.com/vivien/i3blocks-contrib/wiki/FAQ#blocklets-refer-to-script_dir-what-does-that-mean-how-can-i-use-it[SCRIPT_DIR env variable].

For the picky, you can start a configuration file in one of the following preferred paths:

* `$XDG_CONFIG_HOME/i3blocks/config` (or `~/.config/i3blocks/config`);
Expand Down