diff --git a/home-manager/home.nix b/home-manager/home.nix index 6192e6f..f0a6cf8 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -138,8 +138,8 @@ "DP-3" ]; modules-left = [ "wlr/workspaces" "wlr/mode" "wlr/taskbar" ]; - modules-center = [ "wlr/window" "custom/hello-from-waybar" ]; - modules-right = [ "mpd" "custom/mymodule#with-css-id" "temperature" ]; + modules-center = [ "wlr/window" "clock" ]; + modules-right = [ "idle_inhibitor", "pulseaudio", "backlight", "battery", "tray" ]; "custom/hello-from-waybar" = { format = "hello {}";