pop-os / cosmic-epoch

Next generation Cosmic desktop environment
3.03k stars 81 forks source link

[Feature request] Allow text buttons in the panel to remain as icons when the panel is small #732

Open bobcat141 opened 2 months ago

bobcat141 commented 2 months ago

The "Workspaces", "Launcher" and "Applications" buttons on the panel currently are shown as icons when the panel is big, and as text when the panel is small:

evidence

It would be nice if we could set them to be in icon mode or text mode manually, so they would retain their icon form even when the panel is small. This would expand customization options and allow the user to do something like this (sketch made on GIMP):

sketch

git-f0x commented 2 months ago

This is planned once per-applet settings are implemented. Until then, you can use a configuration file to achieve this. Create a file called configs in ~/.config/cosmic/com.system76.CosmicPanelButton/v1/, with the following contents:

{
    "Panel": (force_presentation: Some(Icon))
}
bobcat141 commented 2 months ago

That works great!