summaryrefslogtreecommitdiff
path: root/.config/waybar/config.jsonc
diff options
context:
space:
mode:
Diffstat (limited to '.config/waybar/config.jsonc')
-rw-r--r--.config/waybar/config.jsonc10
1 files changed, 0 insertions, 10 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc
index abaced1..ebd88ad 100644
--- a/.config/waybar/config.jsonc
+++ b/.config/waybar/config.jsonc
@@ -13,7 +13,6 @@
"modules-center" : [
],
"modules-right": [
- "mpd",
"pulseaudio",
"battery",
"cpu",
@@ -133,13 +132,4 @@
},
"on-click": "pavucontrol",
},
- "mpd": {
- "format": "Playing ",
- "format-paused": "Paused ",
- "format-stopped": "Stopped ",
- "max-length": 20,
- "tooltip": false,
- "tooltip-format": "{title}\n{artist}\n{album}",
- "tooltip": true
- },
}