From 88a8e97feabcd29606cceb7a85ddd9db45104dcb Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Mon, 29 Jul 2024 17:41:06 +0400 Subject: add network module and change font for correct icons rendering --- .config/waybar/style.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to '.config/waybar/style.css') diff --git a/.config/waybar/style.css b/.config/waybar/style.css index c968d00..73a7ed8 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -1,6 +1,6 @@ * { - font-family: monospace, sans-serif; - font-size: 12px; + font-family: Fira Code Nerd, monospace, sans-serif; + font-size: 13px; color: #fff; } @@ -10,15 +10,11 @@ window#waybar { #workspaces, #clock, +#network, #pulseaudio, -#memory, -#cpu, #battery, -#disk, #tray { - background-color: black; padding: 0 5px; - border-radius: 50px; margin-right: 10px; } -- cgit v1.2.3