From 2b90efa7360971a1c054798e84f925d1c5c1551f Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Mon, 8 May 2023 18:53:40 +0200 Subject: [PATCH] Suppression du module mpd --- config/waybar-hyprland/config | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/config/waybar-hyprland/config b/config/waybar-hyprland/config index dfb4ae7..7a8ba12 100644 --- a/config/waybar-hyprland/config +++ b/config/waybar-hyprland/config @@ -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": " {}" },