diff --git a/home.nix b/home.nix index 63acd79..e673c00 100755 --- a/home.nix +++ b/home.nix @@ -344,21 +344,12 @@ "HDMI-A-1" ]; modules-left = [ "hyprland/workspaces" "sway/submap" "wlr/taskbar" ]; - modules-center = [ "hyprland/window" "custom/hello-from-waybar" ]; - modules-right = [ "mpd" "custom/mymodule#with-css-id" "temperature" ]; + modules-right = [ "mpd" "temperature" ]; "hyprland/workspaces" = { disable-scroll = true; all-outputs = true; }; - "custom/hello-from-waybar" = { - format = "hello {}"; - max-length = 40; - interval = "once"; - exec = pkgs.writeShellScript "hello-from-waybar" '' - echo "from within waybar" - ''; - }; }; }; };