Hello,
I upgraded debian 11 (plasma 5.20.5) to debian 12 (plasma 5.27.5) today.
Then debian 12 doesn’t have the panel icon resizing option that debian 11 had.
How can I change the panel icon size? :
Hello,
I upgraded debian 11 (plasma 5.20.5) to debian 12 (plasma 5.27.5) today.
Then debian 12 doesn’t have the panel icon resizing option that debian 11 had.
How can I change the panel icon size? :
The ability to customize icon sizes separately from the theme / scaling / sizing of things - has kind of been deprecated. It was decided that a lot of people that played with this (and other custom sizing tools) got themselves into problematic situations that were then reported as generic bugs, when they were actually caused by inconsistent and problematic interactions between configurations.
As a result, a lot of sizing options have been removed in Plasma 5.27, and more will be removed in 6. @ngraham wrote about some of this in his blog, and maybe he’d like to add some more info here.
Regarding the size of the Plasma application launcher icon - this is now determined only by the width of the panel, and - if I understand correctly what you want - there’s no way to set a wide vertical panel with a small application launcher button (also - it will wreck havoc with Fitts law, and is probably exactly the kind of thing that Plasma devs are trying to avoid with removing the panel icon size option)
replacing the icon with one that has more padding around it will give the desired results…
i used one from a grub theme and it looks a lot better in a vertical panel.
@skyfishgoo - you mean by right clicking the app launcher, selecting “configure application launcher” and then changing the icon from that configuration dialog?
yes, just click on the icon and you can change it whatever you want.
thanks!
I was able to make the application launcher icon smaller:
now I want to make the task manager icon smaller.
For me, moving the main panel to left or right side suffers from many bugs, one of them is how that panel’s width affect vertically the icons’ size. That’s why I don’t bother using vertical panels.
Edit: ps, just playing with it for a little caused plasma desktop to crash.
Thanks for the detailed information.
and I found this commit:
so I will try to hack the source and get the small icons back.
yes. I don’t want the icon’s size to change with the panel’s width.
I want the icon to be displayed at the size I set at all times.
You’ve got it all right, @guss77.
The most common complaint from this change has been from people with very thick vertical panels managers who don’t want their Kickoff icons to be a large square, but rather a medium-sized rectangle. If the complaints don’t go away, it might be reasonable to add a “maximum panel size” setting just for Kickoff, or for the whole panel, and it would default to “unlimited”.
We’ll wait for more feedback.
I am testing GitHub - hikaen2/plasmoid-icon-resizable-taskmanager :
I noticed there was a need for this to work under vertical taskbars. I’ve implemented this in fancytasks. I intend on maintaining this project for the foreseeable future which should also keep the load down on the devs.
Currently it’s available on my color overhaul branch, but once I’m done and can get it merged in, it will be available in the main branch.
Example of how that looks.
Interestingly enough, I have the opposite problem: for me the icons in a vertical task manager are too small. I do think it would be useful to have some say on the size of the icons.
The issue I have is the System Tray area of the panel that has an added border margin. In a vertical panel, it makes the font of the clock smaller. With the 12 hour clock, you also have the AM or PM added to the length of tie Time format.
I would like to see the AM/PM dropped off the time and the extra margin removed only on a vertical panel. We found a workaround for the AM/PM by moving it to a new line for the time being in this thread.
if you edit the exiting icon in an image editor you may find there is padding around the image that could be causing your issue, the icon generally fills the square space based on a best fit of the overall size of the file, rather the size of the image itself.
also there seem to be increments where it jumps in size so try one or two pixels wider to trigger the jump in size.
note the differences between these two files
(you may need to be in dark mode and open each image in a new tab to see the white on transparent images)
In other words, a vertical panel should have different options from a horizontal panel. They are two totally different things.
I ended up copying the task manager and used PlasmaCore.Units.iconSizes.large
in preferredMaxHeight()
.
This works well enough for me but I wish I had the option to select my preferred icon size in the task manager proper…
Revisiting this…
I was wrong and this is actually a known bug with the non-icons-only task manager: 346420 – Pinned Task Manager launchers don't scale beyond a certain size as Panel is increased in thickness
I’ll try to fix it soon-ish.
@ngraham Nate, if I might ask, why does the default panel have all the extra padding at the end with the clock/system tray?
Like @skyfishgoo, I have gotten to the point of creating a new plain panel on the opposite side of the screen and filling it with everything the default panel has and then deleting the default panel. That makes my icons larger and lets me make the panel smaller at the same time.
I have not found a way to remove the padding from the default panel, only replace the panel.
Might there be a Margins Separator in the panel?
I raised a bug: 471144 – Digital clock padding too big
And Nate advised about the Margin Separator things. By removing it the clock text increased to a bigger size (make sure to set the clock font to ‘automatic’ if you’d changed it to a number previously).