diff options
Diffstat (limited to '')
-rw-r--r-- | i3pystatus/.config/i3pystatus/conf.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/i3pystatus/.config/i3pystatus/conf.py b/i3pystatus/.config/i3pystatus/conf.py index 9202272..d6f9c08 100644 --- a/i3pystatus/.config/i3pystatus/conf.py +++ b/i3pystatus/.config/i3pystatus/conf.py @@ -74,12 +74,12 @@ status.register("text", # Note: the network module requires PyPI package netifaces status.register("network", dynamic_color=True, - start_color="#420034", - color_down="#420034", - end_color="#420034", + start_color="#fff", + color_down="#fff", + end_color="#fff", interface="enp3s0", - format_up="<span color=\"#420034\"> {v4cidr}</span>", - format_down="<span color=\"#420034\"></span>", + format_up="<span color=\"#fff\"> {v4cidr}</span>", + format_down="<span color=\"#fff\"></span>", hints = {"markup": "pango", "separator": False, "separator_block_width": 0},) status.register("text", |