From 6336560c21d0a5dd41cb87ee85385082f0cdec9a Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Thu, 7 Oct 2021 12:26:15 +0300 Subject: [PATCH] Revert "Increase bar height and add muted status for pulseaudio module" This reverts commit 19f3ee7a50ff025ba4eb74ecddbbb3d0198b9b9b. --- waybar/config | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/waybar/config b/waybar/config index dc70721..abc2647 100644 --- a/waybar/config +++ b/waybar/config @@ -1,7 +1,7 @@ { // "layer": "top", // Waybar at top layer "position": "top", // Waybar position (top|bottom|left|right) - "height": 60, // Waybar height (to be removed for auto height) + "height": 40, // Waybar height (to be removed for auto height) // "width": 1280, // Waybar width // Choose the order of the modules "modules-left": ["sway/workspaces"], @@ -17,8 +17,7 @@ // Right modules "pulseaudio": { - "tooltip": false, - "format-muted": "MUTE" + "tooltip": false }, "sway/language": { "tooltip": false