From 948a6fac8f6466c5c4ba982bc519ea302da074bc Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 1 May 2023 17:24:29 +0200 Subject: [PATCH] readd all default modules --- home-manager/config/waybar/config.json | 27 +++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/home-manager/config/waybar/config.json b/home-manager/config/waybar/config.json index 40dc485..40189be 100644 --- a/home-manager/config/waybar/config.json +++ b/home-manager/config/waybar/config.json @@ -4,9 +4,30 @@ "height": 30, "spacing": 4, - "modules-left": ["wlr/workspaces"], - "modules-center": [], - "modules-right": [], + "modules-left": [ + "wlr/workspaces", + "sway/workspaces", + "sway/mode", + "sway/scratchpad", + "custom/media" + ], + "modules-center": ["sway/window"], + "modules-right": [ + "mpd", + "idle_inhibitor", + "pulseaudio", + "network", + "cpu", + "memory", + "temperature", + "backlight", + "keyboard-state", + "sway/language", + "battery", + "battery#bat2", + "clock", + "tray" + ], "wlr/workspaces": { "all-outputs": true,