From c1c1bb586782edcaa28c0aaa28527083dab10655 Mon Sep 17 00:00:00 2001 From: Massaki Archambault Date: Thu, 9 May 2019 18:48:05 -0400 Subject: [PATCH] bar spacing --- files/.config/waybar/config | 4 ++-- files/.config/waybar/style.css | 12 ++++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/files/.config/waybar/config b/files/.config/waybar/config index 974173c..50692bc 100644 --- a/files/.config/waybar/config +++ b/files/.config/waybar/config @@ -1,7 +1,7 @@ { "layer": "top", // Waybar at top layer // "position": "bottom", // Waybar position (top|bottom|left|right) - "height": 24, // Waybar height (to be removed for auto height) + "height": 23, // Waybar height (to be removed for auto height) // Choose the order of the modules "modules-left": ["sway/workspaces", "sway/mode"], "modules-center": [], @@ -61,7 +61,7 @@ //"scroll-step": 1, "format": "{icon} {volume}%", "format-bluetooth": "{icon} {volume}%", - "format-muted": "", + "format-muted": " --%", "format-icons": { "headphones": "", "headset": "", diff --git a/files/.config/waybar/style.css b/files/.config/waybar/style.css index 8eeea98..94d3c75 100644 --- a/files/.config/waybar/style.css +++ b/files/.config/waybar/style.css @@ -1,6 +1,6 @@ * { border: none; - font-family: "Font Awesome 5 Free", Verdana, sans-serif; + font-family: "Font Awesome 5 Free", sans-serif; font-size: 13px; } @@ -19,11 +19,15 @@ window#waybar { background: #64727D; } -#clock, #battery, #cpu, #memory, #temperature, #backlight, #network, #pulseaudio, #mode { +#clock, #battery, #cpu, #memory, #temperature, #backlight, #network, #pulseaudio { padding: 0 10px; - border-right: 1px solid white; + border-right: 1px solid #b7bbb7; } #idle_inhibitor, #tray, #custom-vpn { - margin-left: 10px; + min-width: 25px; +} + +#tray { + margin-left: 5px; }