home: wm: i3: use 'i3status-rust.package' value
This commit is contained in:
parent
148d6609ec
commit
b83f28f2ba
|
@ -87,10 +87,12 @@ in
|
||||||
let
|
let
|
||||||
barConfigPath =
|
barConfigPath =
|
||||||
config.xdg.configFile."i3status-rust/config-top.toml".target;
|
config.xdg.configFile."i3status-rust/config-top.toml".target;
|
||||||
|
i3status-rs =
|
||||||
|
"${config.programs.i3status-rust.package}/bin/i3status-rs";
|
||||||
in
|
in
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
statusCommand = "i3status-rs ${barConfigPath}";
|
statusCommand = "${i3status-rs} ${barConfigPath}";
|
||||||
trayOutput = "primary";
|
trayOutput = "primary";
|
||||||
position = "top";
|
position = "top";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue