mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-28 04:20:03 +02:00
polybar: hide errors if no network status available
This commit is contained in:
parent
9b5c00b92a
commit
e6470038e4
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue