A simple GNOME Shell extension that displays window dimensions while you resize them.
- Shows real-time dimensions (width × height) when resizing any window
- Works seamlessly on both Wayland and X11
- Displays dimensions in the center of the window being resized
- Clean, minimalist design with dark semi-transparent background
-
Copy the extension to your local extensions directory:
mkdir -p ~/.local/share/gnome-shell/extensions/windim@brainicorn.com cp -r * ~/.local/share/gnome-shell/extensions/windim@brainicorn.com/
-
Restart GNOME Shell:
- On X11: Press
Alt+F2, typer, and press Enter - On Wayland: Log out and log back in
- On X11: Press
-
Enable the extension:
gnome-extensions enable windim@brainicorn.comOr use GNOME Extensions app to enable it.
Once enabled, simply resize any window and you'll see the dimensions displayed in the center of your screen. The dimensions disappear when you finish resizing.
- GNOME Shell 45+
- Works on both X11 and Wayland (optimized for Wayland)
gnome-extensions disable windim@brainicorn.com
rm -rf ~/.local/share/gnome-shell/extensions/windim@brainicorn.comMIT License
