summary refs log tree commit diff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
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;
 }