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;