From 5359b8f2875d8ded085eca35fa90492f260212bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Thu, 7 Apr 2022 21:33:09 +0100 Subject: [PATCH] Add weather to bar --- nixos/i3/i3status-rust.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/i3/i3status-rust.nix b/nixos/i3/i3status-rust.nix index 60cd5f56..72b9bed2 100644 --- a/nixos/i3/i3status-rust.nix +++ b/nixos/i3/i3status-rust.nix @@ -7,6 +7,10 @@ icons = "awesome5"; theme = "solarized-dark"; blocks = [ + { + block = "custom"; + command = ../i3/openweathermap-fullfeatured.sh; + } { block = "load"; format = "{1m} {5m} {15m}";