diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-08-29 17:02:01 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-08-30 10:26:32 -0600 |
| commit | 59104f85da11d05408a9cff5457412ac960a2242 (patch) | |
| tree | c2a33f09970bf9184012758c90289488658a7c13 /home/i3-config.nix | |
| parent | 33bf6093553196d3c758dae8b9598e96a8a1817b (diff) | |
home/i3: fix i3status-rs
Diffstat (limited to 'home/i3-config.nix')
| -rw-r--r-- | home/i3-config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/i3-config.nix b/home/i3-config.nix index dfc0024..18e94ce 100644 --- a/home/i3-config.nix +++ b/home/i3-config.nix @@ -154,7 +154,7 @@ # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { - status_command ${i3status-rust}/bin/i3status-rs + status_command ${i3status-rust}/bin/i3status-rs ~/.config/i3status-rust/config-default.toml position top } |
