summaryrefslogtreecommitdiff
path: root/config/hyprland
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-22 12:16:29 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-22 12:16:29 +0200
commitaf30025b0ddd2c6ba54d77b4eccefc04b5ad5ff6 (patch)
tree8dc40a406bd1b7d6b665d8ac3ceef9f3367a7e10 /config/hyprland
parent696accd7fca3788193d8871bc3759074ef98e524 (diff)
[waybar] changed mpd format
Diffstat (limited to 'config/hyprland')
-rw-r--r--config/hyprland/waybar/config.jsonc4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hyprland/waybar/config.jsonc b/config/hyprland/waybar/config.jsonc
index 0fc585f..ad4dc02 100644
--- a/config/hyprland/waybar/config.jsonc
+++ b/config/hyprland/waybar/config.jsonc
@@ -4,15 +4,15 @@
"modules-center": ["clock"],
"modules-right": ["custom/wireguard", "network", "pulseaudio", "temperature", "cpu", "custom/memory", "tray"],
"mpd": {
- "tooltip": false,
"format": "{artist} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S})",
"artist-len": 24,
"format-disconnected": "s",
- "format-stopped": "s",
+ "format-stopped": "",
"state-icons": {
"playing": "",
"paused": "",
},
+ "tooltip-format": "{songPosition}/{queueLength} ({volume}%)",
"on-click": "mpc toggle",
"on-scroll-up": "mpc volume +5",
"on-scroll-down": "mpc volume -5",