Suppression du module mpd

This commit is contained in:
Hippolyte Chauvin 2023-05-08 18:53:40 +02:00
parent c80b84c506
commit 2b90efa736

View file

@ -4,7 +4,7 @@
"margin-bottom": 10,
"margin-left": 10,
"margin-right": 10,
"modules-left": ["wlr/workspaces", "hyprland/language", "keyboard-state", "hyprland/submap", "mpd", "hyprland/window"],
"modules-left": ["wlr/workspaces", "hyprland/language", "keyboard-state", "hyprland/submap", "hyprland/window"],
"modules-center": ["tray", "custom/notifications", "clock"],
"modules-right": ["network", "pulseaudio#output", "pulseaudio#input", "temperature", "cpu", "memory"],
"wlr/workspaces": {
@ -25,16 +25,6 @@
"on-click": "activate",
"sort-by-number": true
},
"mpd": {
"tooltip": false,
"format": "{stateIcon} {artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S})",
"format-disconnected": "ﳌ",
"format-stopped": "",
"state-icons": {
"playing": "",
"paused": ""
}
},
"hyprland/submap": {
"format": " {}"
},