

The admin menu resized to a comfortable width via the drag handle on its right edge.
Halcyon Admin tunes the WordPress admin for people who prefer a steady, low-distraction workspace. It doesn’t add a settings page, a dashboard widget, or a notice — it just changes a handful of things wp-admin does by default, and gets out of the way.
What it does
prefers-reduced-motion.All preferences are per-user and stored as user meta. There is no global settings page, no telemetry, and no external network calls.
Halcyon means calm and peaceful. The plugin’s only job is to make wp-admin feel that way.
In professional administrative environments, efficiency, focus, and predictability are the priorities. The WordPress 7.0 upgrade introduced several new admin animations and transitions. While modern design enhancements can offer visual interest, they can also make the dashboard feel busy, less professional, and more distracting during routine editing work.
Furthermore, animation is a core accessibility concern. Extra motion in menus, panels, and transitions can be uncomfortable or problematic for users sensitive to motion. Halcyon Admin believes that:
prefers-reduced-motion must be respected comprehensively throughout the admin area.Halcyon Admin provides a quiet compromise: it restores a classic, steady dashboard experience by default, but stays completely out of the way for users who prefer standard settings.
To load Halcyon Admin as a must-use plugin (no activation needed, no update prompts):
halcyon-admin/ folder to wp-content/mu-plugins/halcyon-admin/.Create a new file at wp-content/mu-plugins/halcyon-admin-loader.php containing:
<?php
/**
defined( ‘ABSPATH’ ) || exit;
require_once DIR . ‘/halcyon-admin/halcyon-admin.php’;
Halcyon Admin will be loaded automatically on every request and won’t appear in the Plugins screen.