From df9cd5e1ae5130ad3c02ba3659ab07797dde7acb Mon Sep 17 00:00:00 2001 From: Kaan Genc Date: Tue, 19 Apr 2022 20:28:18 -0400 Subject: [PATCH] battery indicator --- waybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/config b/waybar/config index 87f31a1..205c761 100644 --- a/waybar/config +++ b/waybar/config @@ -7,7 +7,7 @@ // Choose the order of the modules "modules-left": ["sway/workspaces", "sway/mode"], "modules-center": ["sway/window"], - "modules-right": ["custom/media", "pulseaudio", "cpu", "memory", "temperature", "sway/language", "clock", "tray"], + "modules-right": ["custom/media", "battery", "pulseaudio", "cpu", "memory", "temperature", "sway/language", "clock", "tray"], // Modules configuration "sway/workspaces": { "disable-scroll": true,