From e6470038e4a5e32c565a696fcee27e1b28264c72 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 12 Jul 2021 12:14:41 +0200 Subject: [PATCH] polybar: hide errors if no network status available --- dotfiles/polybar.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/polybar.conf b/dotfiles/polybar.conf index ea930ad..556a835 100644 --- a/dotfiles/polybar.conf +++ b/dotfiles/polybar.conf @@ -100,7 +100,7 @@ label =  %percentage_used: 2%% [module/network] type = custom/ipc -hook-0 = cat $XDG_RUNTIME_DIR/i3/network.txt +hook-0 = cat $XDG_RUNTIME_DIR/i3/network.txt 2> /dev/null initial = 1 [module/ethernet]