summaryrefslogtreecommitdiff
path: root/config/hyprland/waybar/config.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'config/hyprland/waybar/config.jsonc')
-rw-r--r--config/hyprland/waybar/config.jsonc5
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,