From 8830247b9e01bbb74608fb9e08f763ee3b123e1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20Chachu=C5=82a?= Date: Tue, 17 Sep 2019 19:50:53 +0200 Subject: [PATCH] add padding for mpd module in default style In the default style.css many modules (clock, battery, cpu, ...) get horizontal padding, but mpd module does not. This commit adds mpd to the list of modules that get the padding. --- resources/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/style.css b/resources/style.css index b9d3aa5e..b0215cf6 100644 --- a/resources/style.css +++ b/resources/style.css @@ -75,7 +75,8 @@ window#waybar.chromium { #custom-media, #tray, #mode, -#idle_inhibitor { +#idle_inhibitor, +#mpd { padding: 0 10px; margin: 0 4px; color: #ffffff;