home: wm: i3: use explicit path to bar config

The v0.30.0 is about to change how it resolves the configuration path,
so make it explicit to ease the transition and simplify later.
This commit is contained in:
Bruno BELANYI 2023-03-19 22:25:07 +00:00
parent 704df6b826
commit 887428fddd
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ in
in
[
{
statusCommand = "${i3status-rs} ${barConfigPath}";
statusCommand = "${i3status-rs} ~/${barConfigPath}";
trayOutput = "primary";
position = "top";