From 19f3ee7a50ff025ba4eb74ecddbbb3d0198b9b9b Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Thu, 7 Oct 2021 12:24:57 +0300 Subject: [PATCH] Increase bar height and add muted status for pulseaudio module --- waybar/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/waybar/config b/waybar/config index abc2647..dc70721 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": 40, // Waybar height (to be removed for auto height) + "height": 60, // Waybar height (to be removed for auto height) // "width": 1280, // Waybar width // Choose the order of the modules "modules-left": ["sway/workspaces"], @@ -17,7 +17,8 @@ // Right modules "pulseaudio": { - "tooltip": false + "tooltip": false, + "format-muted": "MUTE" }, "sway/language": { "tooltip": false