From 88ea27b400baeaf7d401f02bff1c8cf651c94e4e Mon Sep 17 00:00:00 2001 From: zachir Date: Thu, 20 Apr 2023 14:44:00 -0500 Subject: Theme! Now featuring lots of lovely green --- waybar/config-Hyprland | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'waybar/config-Hyprland') 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": { -- cgit v1.2.3