This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Description
This is more a question if it is for an explicit limit, for a sort of soft-limit to prevent unbearable performance settings or else, as I haven't compiled it to test any results of it.
You've manually set the max limit to be of 1920 in the pref.js file
|
attachItems(grid, new Gtk.Label({ label: 'Visualizer Width' }), getSpinButton(false, 'visualizer-width', 1, 1920, 1, this._settings), 2); |
However, larger than full HD standardized width monitors, do exist, even as just TV's.
I would also suggest maximizing some other limits, such as height and width of the bars, “just in case someone asks”.