mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-27 20:18:49 +02:00
widgets: use less aggressive colors for netgraph
This commit is contained in:
parent
2d5c5892b1
commit
782c1ff0da
1 changed files with 2 additions and 2 deletions
|
@ -74,8 +74,8 @@ local netgraph = awful.widget.graph()
|
|||
netgraph:set_width(80):set_height(16)
|
||||
netgraph:set_stack(true):set_scale(true)
|
||||
netgraph:set_border_color(beautiful.fg_widget_border)
|
||||
netgraph:set_stack_colors({ "#FF0000", "#0000FF" })
|
||||
netgraph:set_background_color("#00000000")
|
||||
netgraph:set_stack_colors({ "#EF8171", "#cfefb3" })
|
||||
netgraph:set_background_color("#00000033")
|
||||
vicious.register(netup, vicious.widgets.net,
|
||||
function (widget, args)
|
||||
-- We sum up/down value for all interfaces
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue