From 7cbc575dbd33a9b5a7e1d530b974bc9971a70cef Mon Sep 17 00:00:00 2001 From: krolxon Date: Mon, 4 Aug 2025 12:11:59 +0530 Subject: hyprland: make work more like dwm --- .config/waybar/config.jsonc | 10 ---------- 1 file changed, 10 deletions(-) (limited to '.config/waybar/config.jsonc') diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index abaced1..ebd88ad 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -13,7 +13,6 @@ "modules-center" : [ ], "modules-right": [ - "mpd", "pulseaudio", "battery", "cpu", @@ -133,13 +132,4 @@ }, "on-click": "pavucontrol", }, - "mpd": { - "format": "Playing ", - "format-paused": "Paused ", - "format-stopped": "Stopped ", - "max-length": 20, - "tooltip": false, - "tooltip-format": "{title}\n{artist}\n{album}", - "tooltip": true - }, } -- cgit v1.2.3