Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/README.adoc
Original file line number Diff line number Diff line change
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