summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--waybar/config7
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,