From d6fc3f06c8f87dc7a375063c9755d032a8446ab2 Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 23 Jul 2024 17:08:13 -0500 Subject: Fix waybar local config I goofed it up last time. --- waybar/config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/waybar/config b/waybar/config index 8ded906..aa1bba3 100644 --- a/waybar/config +++ b/waybar/config @@ -11,7 +11,7 @@ "modules-left":[ "hyprland/workspaces", "custom/launcher", "hyprland/window"], "modules-center":[], - "modules-right":[ "mpd", "idle_inhibitor", "pulseaudio", "cpu", "memory", "battery#BAT0", "battery#BAT1", "temperature#0", "temperature#1", "backlight", "network", "clock", "tray", "custom/power"], + "modules-right":[ "mpd", "idle_inhibitor", "pulseaudio", "cpu", "memory", "battery", "temperature#cpu", "temperature#gpu", "backlight", "network", "clock", "tray", "custom/power"], // Modules configuration @@ -94,8 +94,9 @@ "memory": { "format": "{}% " }, - "battery#BAT0": { - "bat": "BAT0", + "battery": { + //"bat": "BAT0", + "weighted-average": "true", "interval": 60, "state": { "warning": 30, -- cgit v1.2.3