From 887428fddd334f82ba97bf1aa541d9f7a1961a86 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 19 Mar 2023 22:25:07 +0000 Subject: [PATCH] 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. --- home/wm/i3/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/wm/i3/default.nix b/home/wm/i3/default.nix index 94d7202..d2d9916 100644 --- a/home/wm/i3/default.nix +++ b/home/wm/i3/default.nix @@ -80,7 +80,7 @@ in in [ { - statusCommand = "${i3status-rs} ${barConfigPath}"; + statusCommand = "${i3status-rs} ~/${barConfigPath}"; trayOutput = "primary"; position = "top";