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.
This commit is contained in:
Krystian Chachuła 2019-09-17 19:50:53 +02:00
parent db74a46d7b
commit 8830247b9e
1 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,8 @@ window#waybar.chromium {
#custom-media,
#tray,
#mode,
#idle_inhibitor {
#idle_inhibitor,
#mpd {
padding: 0 10px;
margin: 0 4px;
color: #ffffff;