Skip to content

Commit

Permalink
network.py: Update default format. (enkore#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
facetoe committed Oct 29, 2017
1 parent 2058046 commit 86e05c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i3pystatus/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ class Network(IntervalModule, ColorRangeModule):
interval = 1
interface = 'eth0'

format_up = "{interface} {network_graph}{bytes_recv}KB/s"
format_up = "{interface} {network_graph_recv}{bytes_recv}KB/s"
format_active_up = {}
format_down = "{interface}: DOWN"
color_up = "#00FF00"
Expand Down

0 comments on commit 86e05c0

Please sign in to comment.