From c197e986cd6c4dc60c9e49cddf1b46444a70a08a Mon Sep 17 00:00:00 2001 From: Octopus Octopus Date: Mon, 16 Dec 2024 09:49:39 -0600 Subject: [PATCH] update to waybar --- waybar/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/waybar/config b/waybar/config index 76c3e9e..d122115 100644 --- a/waybar/config +++ b/waybar/config @@ -1,12 +1,12 @@ { // "layer": "top", // Waybar at top layer // "position": "bottom", // Waybar position (top|bottom|left|right) - "height": 30, // Waybar height (to be removed for auto height) + "height": 33, // Waybar height (to be removed for auto height) // "width": 1280, // Waybar width // Choose the order of the modules - "modules-left": ["sway/workspaces", "sway/mode", "mpris"], + "modules-left": ["mpris"], "modules-center": [""], - "modules-right": ["backlight", "upower#mouse", "pulseaudio", "tray", "clock", "idle_inhibitor"], + "modules-right": ["pulseaudio", "tray", "clock", "idle_inhibitor"], // Modules configuration // "sway/workspaces": { // "disable-scroll": true,