diff options
Diffstat (limited to 'waybar/config-Hyprland')
-rw-r--r-- | waybar/config-Hyprland | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/waybar/config-Hyprland b/waybar/config-Hyprland index 903fcc7..1d4743a 100644 --- a/waybar/config-Hyprland +++ b/waybar/config-Hyprland @@ -11,7 +11,7 @@ "modules-left":[ "wlr/workspaces", "custom/launcher", "hyprland/window"], "modules-center":[], - "modules-right":[ "idle_inhibitor", "pulseaudio", "cpu", "memory", "temperature", "backlight", "battery#bat0", "battery#bat1", "network", "clock", "tray", "custom/power"], + "modules-right":[ "mpd", "idle_inhibitor", "pulseaudio", "cpu", "memory", "temperature", "backlight", "battery#bat0", "battery#bat1", "network", "clock", "tray", "custom/power"], // Modules configuration @@ -35,6 +35,17 @@ "unlocked": "" } }, + "mpd": { + "format": "{artist} - {title}", + "format-stopped": "", + "format-paused": "{artist} - {title}", + "format-disconnected": "", + "artist-len": 15, + "title-len": 15, + //"album-len": 15, + //"max-length": 200, + "on-click": "mpc toggle" + }, "idle_inhibitor": { "format": "{icon}", "format-icons": { |