lxqt / lxqt-panel

The LXQt desktop panel
https://lxqt-project.org
GNU Lesser General Public License v2.1
183 stars 134 forks source link

An option for setting alignment of each plugin? #2083

Closed tsujan closed 1 month ago

tsujan commented 2 months ago

Each plugin has a setting that doesn't appear anywhere in config dialogs but exists in the config file, namely, its alignment — or am I missing something? Please note that I'm not talking about the alignment of the panel itself.

Most of the time this setting doesn't make a difference, but rarely it does, depending on how the two plugins at the ends of a panel are used (sorry that I didn't have time to describe such a use case). It can be changed manually in the panel's config file between Left and Right (while the the panel isn't running), and it takes effect.

It may be argued that users who find a difference in their usage of the two extreme plugins are advanced enough to change the setting manually.

isf63 commented 2 months ago

Expandable plugins (spacer/taskbar) enforce an alignment from the order of plugins, i.e. plugins=fancymenu, taskbar, worldclock, showdesktop. Unless I'm missing something alignment= has an effect only when there is one or two fixed (non-expandable) plugins added.