From 444b6fb072835dac17c6f0b18abdb4b730dd2171 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 18 Apr 2023 21:03:10 +0200 Subject: added battery module --- config/hyprland/waybar/config.jsonc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config/hyprland/waybar/config.jsonc') diff --git a/config/hyprland/waybar/config.jsonc b/config/hyprland/waybar/config.jsonc index 948e1b8..c304ed7 100644 --- a/config/hyprland/waybar/config.jsonc +++ b/config/hyprland/waybar/config.jsonc @@ -1,6 +1,6 @@ { "layer": "top", - "modules-left": ["wlr/workspaces", "mpd"], + "modules-left": ["battery", "wlr/workspaces", "mpd"], "modules-center": ["hyprland/window"], "modules-right": ["network", "pulseaudio", "temperature", "cpu", "custom/memory", "clock", "tray"], "wlr/workspaces": { @@ -17,6 +17,9 @@ }, "on-click": "mpc toggle", }, + "battery": { + "interval": 10, + }, "hyprland/window": { "format": "{}", "separate-outputs": true, -- cgit v1.2.3