From 6792c3def0215acfd21f4f7c0a035fb461f829ba Mon Sep 17 00:00:00 2001 From: Dmitry Voronin <hi@voronind.com> Date: Wed, 29 Jan 2025 10:40:35 +0300 Subject: [PATCH] Waybar: Move battery info to the left. --- home/file/waybar/config/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/file/waybar/config/default.nix b/home/file/waybar/config/default.nix index 220a815..e7f0d7f 100644 --- a/home/file/waybar/config/default.nix +++ b/home/file/waybar/config/default.nix @@ -21,8 +21,8 @@ in ]; modules-center = [ "sway/workspaces" ]; modules-right = [ - "group/hardware" "group/batteryinfo" + "group/hardware" "pulseaudio" "custom/display" "custom/network"