summary refs log tree commit diff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2020-06-17 18:38:42 +0200
committerRobert Günzler <r@gnzler.io>2020-06-17 18:38:42 +0200
commitf0002ecaa1130fb7de9db9539cc0d05e06b4cb85 (patch)
tree5a6e795ea515964fc027d7f25e5029b7fb2461db /.config/waybar/style.css
parent48fec454e2ae849a06ba6aa10ecaa93e5c1c6f95 (diff)
waybar: update mpd module config
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r--.config/waybar/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 3752247..763310e 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -80,6 +80,7 @@ window#waybar.hidden {
 #pulseaudio,
 #custom-media,
 #custom-toggl,
+#mpd,
 #tray,
 #mode,
 #window,
@@ -189,10 +190,17 @@ label:focus {
 }
 
 #mpd {
+  color: @foreground;
+  border-top: 2px solid #d75f00;
 }
 #mpd.disconnected {
+  margin: 0;
+  padding: 0;
 }
 #mpd.stopped {
+  margin: 0;
+  padding: 0;
 }
 #mpd.paused {
+  border-top: 2px solid #8b3d00;
 }