diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-06 19:20:45 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-06 19:20:45 +0200 |
commit | b31165defa9011eab9f48ace1d4ef7d411b1021e (patch) | |
tree | fcc0464d41cb4a1a02278447660d2973d4389fc0 | |
parent | 91c8285b05189a349d0ed589ada0b6f2c173bc8b (diff) |
shortened mpd format
-rw-r--r-- | config/hyprland/waybar/config.jsonc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hyprland/waybar/config.jsonc b/config/hyprland/waybar/config.jsonc index ea9d1b3..0301e9f 100644 --- a/config/hyprland/waybar/config.jsonc +++ b/config/hyprland/waybar/config.jsonc @@ -20,7 +20,7 @@ "seperate-outputs": true }, "mpd": { - "format": "{artist} - {title} {elapsedTime:%M:%S}/{totalTime:%M:%S}", + "format": "{elapsedTime:%M:%S}/{totalTime:%M:%S} {title}", "format-disconnected": "", "format-stopped": "", "format-paused": "", |