diff options
author | David Runge <dave@sleepmap.de> | 2021-02-07 16:49:11 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2021-02-07 16:49:11 +0100 |
commit | ff4ede52bb0cc472dbc4f9f38d5415bd7eb4c452 (patch) | |
tree | 983e2f8d42ad88f31992f65bb9859e0d3e13157c | |
parent | 29ff49f5526bb3da82f1a97478558cec54fa6b87 (diff) | |
download | dotfiles-ff4ede52bb0cc472dbc4f9f38d5415bd7eb4c452.tar.gz dotfiles-ff4ede52bb0cc472dbc4f9f38d5415bd7eb4c452.tar.bz2 dotfiles-ff4ede52bb0cc472dbc4f9f38d5415bd7eb4c452.tar.xz dotfiles-ff4ede52bb0cc472dbc4f9f38d5415bd7eb4c452.zip |
waybar: Text readibility
.config/waybar/style.css:
Increase text readibility for mpd widget.
-rw-r--r-- | .config/waybar/style.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 4b4b504..e32b541 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -186,12 +186,10 @@ label:focus { #mpd { background-color: rgba(102, 204, 153, 0.33); - color: rgba(42, 92, 69, 1); } #mpd.disconnected { background-color: rgba(245, 60, 60, 0.33); - color: rgba(42, 92, 69, 1); } #mpd.stopped { |