Keep i3blocks secrets out of public repos
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
eb1f31b9b4
commit
9355c7e7bc
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
bar {
|
bar {
|
||||||
position top
|
position top
|
||||||
status_command i3blocks
|
status_command envrun --env-file ${HOME}/.config/i3blocks.env -- i3blocks
|
||||||
#status_command 2>/tmp/i3blocks.err i3blocks -vvv | tee /tmp/i3blocks.out
|
#status_command 2>/tmp/i3blocks.err i3blocks -vvv | tee /tmp/i3blocks.out
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue