Can I create my custom panel like a "Taskbar" or "Status Area"?
When you launch ubuntu for the first time, two "panels" are immediately visible, on the left with applications and on top
I have a piece of code that adds ... in the status area (which is located at the top of the screen):
Main.panel.addToStatusArea("myPanelButton", ...);
Is it possible to create your own panel at the bottom of the screen? That is, on the left with the applications, on top with the time display and my own on the bottom?
If it is possible (and I think it is 100% possible), then please give the code to implement it
P.S. For those who did not understand, I call the "panel" a strip on the screen that applications cannot go beyond
Gnome Shell Version: 44.3
The answer is this code:
This code adds panel to uiGroup and sets position to bottom of the display.