From 494fade73a4682dbe6dfb535f80a0958aac5a84f Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sat, 17 Feb 2024 00:35:23 -0600 Subject: [PATCH] Make network indicator less obtrusive and more readable --- sericea/.config/waybar/config | 2 +- sericea/.config/waybar/style.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sericea/.config/waybar/config b/sericea/.config/waybar/config index ad59889a..931341c9 100644 --- a/sericea/.config/waybar/config +++ b/sericea/.config/waybar/config @@ -67,7 +67,7 @@ }, "network": { "interval": 1, - "format": "{bandwidthUpBytes} {bandwidthDownBytes}" + "format": " {bandwidthUpBytes}  {bandwidthDownBytes}" }, "pulseaudio": { "scroll-step": 0, diff --git a/sericea/.config/waybar/style.css b/sericea/.config/waybar/style.css index 75518f52..3d76cf81 100644 --- a/sericea/.config/waybar/style.css +++ b/sericea/.config/waybar/style.css @@ -62,7 +62,8 @@ window#waybar { color: #282828; } #network { - color: #ebdbb2; + color: #928374; + font-size: 10; } #idle_inhibitor { color: #282828;