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": " {}" },