diff options
author | zachir <zachir@librem.one> | 2024-07-23 17:08:13 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-07-23 17:08:13 -0500 |
commit | d6fc3f06c8f87dc7a375063c9755d032a8446ab2 (patch) | |
tree | 417ce77f4ac82d9f5a28df7b74c4ba1988ec21b1 | |
parent | 42f90c6bd01e2d7531106cacc03ebc8022a24d00 (diff) |
Fix waybar local config
I goofed it up last time.
-rw-r--r-- | waybar/config | 7 |
1 files 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, |