diff options
author | Jesús <heckyel@hyperbola.info> | 2019-07-14 18:05:47 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-07-14 18:05:47 -0500 |
commit | 02cdfb188e8d4b4b1143c07adeb667affa4ae1bd (patch) | |
tree | c3959592102b99e0a08fc4d9a95a0559b515cc32 /i3blocks.conf | |
parent | 65b9c8e23cf6f0440905f314f7c25099d7de0079 (diff) | |
download | i3-config-02cdfb188e8d4b4b1143c07adeb667affa4ae1bd.tar.lz i3-config-02cdfb188e8d4b4b1143c07adeb667affa4ae1bd.tar.xz i3-config-02cdfb188e8d4b4b1143c07adeb667affa4ae1bd.zip |
disable instance, set automatic instance
Diffstat (limited to 'i3blocks.conf')
-rw-r--r-- | i3blocks.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/i3blocks.conf b/i3blocks.conf index d5a4d0e..5476982 100644 --- a/i3blocks.conf +++ b/i3blocks.conf @@ -84,8 +84,8 @@ interval=30 # If the instance is not specified, use the interface used for default route. # The address can be forced to IPv4 or IPv6 with -4 or -6 switches. [iface] -#instance=wlan0 -instance=wlp2s0 +# instance=eth0 +# instance=wlp2s0 color=#00FF00 # interval=10 interval=once @@ -97,8 +97,8 @@ separator=false # #separator=false [bandwidth] -#instance=eth0 -instance=wlp2s0 +# instance=eth0 +# instance=wlp2s0 interval=5 [vpn] |