diff --git a/nixos-config/home-manager/config/waybar/config.json b/nixos-config/home-manager/config/waybar/config.json index 40dc485a..40189bee 100644 --- a/nixos-config/home-manager/config/waybar/config.json +++ b/nixos-config/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,