From d89c6ea0ce3ef8f95bac3b62b29e21e6ce1e8ae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Fri, 27 Feb 2026 19:14:16 +0100 Subject: [PATCH] Remove weather from taskbar --- i3/i3status-rust/config.toml.j2 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/i3/i3status-rust/config.toml.j2 b/i3/i3status-rust/config.toml.j2 index 7a37eb3..1b35de9 100644 --- a/i3/i3status-rust/config.toml.j2 +++ b/i3/i3status-rust/config.toml.j2 @@ -100,12 +100,6 @@ block = "custom" json = true command = "ping -n -q -w 2 -c 1 8.8.8.8 >/dev/null 2>/dev/null && printf '{\"text\":\"\",\"state\":\"Info\"}' || printf '{\"text\":\"\",\"state\":\"Critical\"}'" -[[block]] -block = "custom" -command = "workstation-client weather get" -# caching is handled by the workstation daemon -interval = 60 - [[block]] block = "time" interval = 1