diff --git a/home/waybar.nix b/home/waybar.nix index e562f51..d653849 100644 --- a/home/waybar.nix +++ b/home/waybar.nix @@ -101,7 +101,7 @@ in autohide-starthidden = true; modules-left = if icons then [ "wlr/taskbar" ] else [ "wlr/workspaces" "custom/new-workspace" ]; - modules-right = [ "tray" "wireplumber" "backlight" "battery" "clock" ]; + modules-right = [ "wireplumber" "backlight" "battery" "clock" ]; }; };