summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-06 19:20:45 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-06 19:20:45 +0200
commitb31165defa9011eab9f48ace1d4ef7d411b1021e (patch)
treefcc0464d41cb4a1a02278447660d2973d4389fc0
parent91c8285b05189a349d0ed589ada0b6f2c173bc8b (diff)
shortened mpd format
-rw-r--r--config/hyprland/waybar/config.jsonc2
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": "",