diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-18 21:03:10 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-18 21:03:10 +0200 |
commit | 444b6fb072835dac17c6f0b18abdb4b730dd2171 (patch) | |
tree | 64a6ebe1e9b2e23e17c04d207dd539357c7bacd1 /config/hyprland/waybar/config.jsonc | |
parent | 260921f2fe0ad63081b9c5b63df5a572c49916c6 (diff) |
added battery module
Diffstat (limited to 'config/hyprland/waybar/config.jsonc')
-rw-r--r-- | config/hyprland/waybar/config.jsonc | 5 |
1 files changed, 4 insertions, 1 deletions
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, |