diff options
author | zachir <zachir@librem.one> | 2023-04-23 20:26:01 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-04-23 20:26:01 -0500 |
commit | 0ffcb340ad932765f3d148a58f85891012fb6b50 (patch) | |
tree | 8ba09743fc033bebb3226379e07ef3dfdabd3f9e /waybar/config | |
parent | a69e9ab07f98781863c9e1d0316785efa1b0fe46 (diff) | |
parent | 6f9af3bf5f0e8497d44ff6b7871815d3d57a877f (diff) |
Merge branch 'master' of zachir.xyz:zachir/dotfiles into awesome-bling
Diffstat (limited to 'waybar/config')
-rw-r--r-- | waybar/config | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/waybar/config b/waybar/config index 6be1ce2..e17ac9a 100644 --- a/waybar/config +++ b/waybar/config @@ -11,7 +11,7 @@ "modules-left":[ "custom/launcher"], "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 @@ -24,6 +24,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": 30, + "on-click": "mpc toggle" + }, "idle_inhibitor": { "format": "{icon}", "format-icons": { |